extracting the region of interest in a image
조회 수: 3 (최근 30일)
이전 댓글 표시
pls help me,how to extract ROI in a image, i mean image is having so many faces,so i need to extract face part..
댓글 수: 0
답변 (1개)
Vidhi Agarwal
2025년 6월 10일
To extract the face part in an image, "vision.CascadeObjectDetector" might help you in getting started. The cascade object detector uses the Viola-Jones algorithm to detect people’s faces, noses, eyes, mouth, or upper body.
Refer to the following documentation for better understanding: https://www.mathworks.com/help/vision/ref/vision.cascadeobjectdetector-system-object.html
Hope this helps!
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!