![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16761107_1572860885206_DEF.jpg)
Andrea Verardi
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Hi everyone, this code performs the FFT of a signal in real time. When reproducing a sinusoidal signal at 440 Hz, the code does not show the correct frequency in the graph
%................................................................ %Script Matlab usato per acquisire un segnale dalla porta...
3年以上 前 | 1 件の回答 | 0
1
回答質問
How can I remove the excess object detected? Often my code finds more mouths and I want take only one, the one which is belower. Thanks.
FDetect = vision.CascadeObjectDetector; I = imread ('Test W.jpg'); figure(1),imshow(I); title ('...') BB = step(FDetect,I...
4年以上 前 | 1 件の回答 | 0
1
回答質問
Hi, I have a problem. I wrote a code that recognizes faces, mouths and noses. Now I can't write the code that, if the code doesn't find out the mouth and nose in a photo, will tell that the person is wearing something on them. Thanks
FDetect = vision.CascadeObjectDetector; I = imread ('Test 3.jpg'); figure(1),imshow(I); title ('foto da analizzare'); BB ...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Help me with this code
Hi, I have a problem. How can I use an output parameter from a function in a live script .mlx? For example, how can I use the ...
5年以上 前 | 1 件の回答 | 0