Feeds
질문
Face detection for multiple faces in an image
I am using MATLAB 2012a, can anyone provide me with code to detect multiple faces in photograph. I have to crop them further and...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
I wish to crop the detected face from the image. Please help for the same.
% Create a detector object faceDetector = vision.CascadeObjectDetector; % Read input image I = imread('visionteam.jpg');...
10년 초과 전 | 답변 수: 2 | 0