I have holes in my outline. How to fill holes because i like to apply a poly2mask to closed outline.Please I need your help
1 回表示 (過去 30 日間)
古いコメントを表示
I have holes in my outline. How to fill holes because i like to apply a poly2mask to closed outline
4 件のコメント
Walter Roberson
2012 年 6 月 19 日
It had an extra colon at the beginning
https://www.dropbox.com/sh/gb02kopgo0ukmx2/WesN7ZS7C1
回答 (1 件)
Image Analyst
2012 年 6 月 20 日
Try edge linking. Here's one professor's implementation: http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/#edgelink
13 件のコメント
Image Analyst
2012 年 6 月 20 日
Also tell us the big picture. Forget about the outline for the moment. What do you really want to measure in the image?
Ryan
2012 年 6 月 20 日
The small holes could be closed with a dilation and re-thinning, iirc. Then find the end points (which would be the top gap) and connect them with a line.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!