Delete object that varies in size
이전 댓글 표시
Greetings community, I wanted to know if it is possible to eliminate an object that varies in size as a function of time. For example, it is a hand that for every second that passes leaves the image frame, that is, its size decreases. Thank you very much
답변 (1개)
Image Analyst
2022년 8월 16일
0 개 추천
Yes. Use regionprops to measure the size of each blob and compare it with the size of that blob in prior frames.
댓글 수: 1
Walter Roberson
2022년 8월 17일
You might also want to track Centroid of each objects, and estimate velocity of the objects to make it easier to figure out which object is which.
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!