How to save all the frames/ images in an array obtained from face tracking algorithm ?
조회 수: 8 (최근 30일)
이전 댓글 표시
I have used CAM-Shift algorithm for face tracking and detection from the following link https://in.mathworks.com/help/vision/examples/face-detection-and-tracking-using-camshift.html.Now I want to store the successive frames obtained by tracking in an array so that later I can access the array of stored images.But before storing the images, I want to eliminate the background from the frames by cropping it. After cropping the images, I should get only faces. Then these faces should be stored in an array for later use. What code should be added in the above given algorithm.
댓글 수: 0
답변 (1개)
Image Analyst
2016년 10월 9일
Determine the bounding box, then call imcrop(), then construct a filename, then call imwrite().
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!