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!