How to track a object [binary image], by centroid,Area ..ect?
3 ビュー (過去 30 日間)
古いコメントを表示
How to track a object [binary image], by centroid,Area ..ect? the Image object shape will change every seconds ,so how to track with segment roi of that Object?
0 件のコメント
回答 (1 件)
KALYAN ACHARJYA
2019 年 1 月 2 日
編集済み: madhan ravi
2019 年 1 月 2 日
Though you did not provides the details information, regarding your question. You can find the properties individually and tracks the objects accordingly.
For finding the centroid
centroid_image=regionprops(input_binary_image,'centroid');
You can extract the different size objects using bwareafilt and you can trace the region boundaries using bwboundaries
参考
カテゴリ
Help Center および File Exchange で Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!