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 years 前 | 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 years 前 | 2 个回答 | 0