統計
MATLAB Answers
5 質問
0 回答
ランク
of 179,222
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to call the detected eye function on other push button?
function pushbutton3_Callback(hObject, eventdata, handles) selectedFile = handles.selectedFile; EyeDetect = vision.C...
約9年 前 | 1 件の回答 | 0
1
回答質問
How to plot the center point on the line?
I = imread('Image1.jpg'); MouthDetect = vision.CascadeObjectDetector('Mouth','MergeThreshold',400); BB=step(MouthDetect,...
約9年 前 | 1 件の回答 | 0
1
回答質問
How to make the applied color look more natural/blend into the skin?
theta = 0 : 0.01 : 2*pi; radius = 45; I = imread('Image3.jpg'); NoseDetect = vision.CascadeObjectDetector('Nose','Mer...
約9年 前 | 2 件の回答 | 0
2
回答質問
How to create mask for the 2 plotted circle on the same image?
I = imread('Image1.jpg'); NoseDetect = vision.CascadeObjectDetector('Nose','MergeThreshold',30); BB=step(NoseDetect,I); ...
約9年 前 | 1 件の回答 | 1
1
回答質問
How do i change the skin color in the plotted circle using HSV color space?
theta = 0 : 0.01 : 2*pi; radius = 35; I = imread('Image1.jpg'); NoseDetect = vision.CascadeObjectDetector('Nose','Mer...
約9年 前 | 2 件の回答 | 0
