Community Profile

photo

Andrea Verardi


Last seen: 2년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

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...

2년 초과 전 | 답변 수: 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 ...

거의 4년 전 | 답변 수: 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 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변