Reconstructing components from regionprops
显示 更早的评论
Hi!
I used the watershed in the Image Processing toolbox to detect certain objects, but I realize that it sometimes makes errors and mislabels one object as two, and sometimes two as one. I have a series of images, so it's easy to find instances where it didn't make this mistake for the same objects. And I found a way to identify where in the series it makes these mistakes.
Now I'd like to find a way to reconstruct these objects when they are mislabeled and am wondering how to go about this. I'd like to reconstruct all the properties- Area, Perimeter, CentroidX&Y, ConvexHull, ConvexImage, etc. I have some ideas for Area, Perimeter, and Centroid X&Y. However, I'm not sure how I'll reconstruct the ConvexHull and ConvexImage. Does anyone have any ideas how to approach this part of the problem?
Thanks for your suggestions!
回答(1 个)
Image Analyst
2020-8-22
0 个投票
Watershed is a problematic algorithm. It often produces oversegmentation. Here are some links to help:
8 个评论
Veena Chatti
2020-8-22
编辑:Veena Chatti
2020-8-22
Image Analyst
2020-8-22
Perhaps use deep learning.
Veena Chatti
2020-8-22
Image Analyst
2020-8-22
There are tons of examples and demos on the Mathworks site - just look around.
Veena Chatti
2020-8-23
编辑:Veena Chatti
2020-8-23
Image Analyst
2020-8-23
The division/classification with only those two parameters doesn't look like it will be so clean cut. I'd try to measure another independent feature and add that to the mix to help with the classification.
Veena Chatti
2020-9-24
Image Analyst
2020-9-25
Correct. Again, you're not measuring enough things, or the correct things, to distinguish them and determine the ground truth class.
类别
在 帮助中心 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!