Reconstructing components from regionprops

조회 수: 2 (최근 30일)
Veena Chatti
Veena Chatti 2020년 8월 22일
댓글: Image Analyst 2020년 9월 25일
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
Image Analyst 2020년 8월 22일
  댓글 수: 8
Veena Chatti
Veena Chatti 2020년 9월 24일
I have also tried ConvexArea, but there's still intermixing (like in the attached scatter plots).
I'm also attaching a screenshot of the watershed itself with the errors circled- does anything else occur to you?
Image Analyst
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by