Blob analysis to a difference image gave me an over segmented moving object picture. Is there any way to correctly estimate the moving object shape ? I already tried morphological closing but it didn't work.
1 次查看(过去 30 天)
显示 更早的评论
![under_segmentation.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/262636/under_segmentation.jpeg)
1 个评论
KALYAN ACHARJYA
2020-1-20
Is there any way to correctly estimate the moving object shape ? I already tried morphological closing but it didn't work.
As per my understanding, its just a still image (frame by frame in video). The segmentation method is not accurate in your case. Is their any reference to use closing, those mprpho operationas for post processing on segmented image.
回答(1 个)
Selva Karna
2020-1-23
Hi,
Steps:
- Background subtraction
- Proper edge analysis
- Image labeling
- Image region analysis
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!