Identifying and marking image regions
이전 댓글 표시
Hello all,
I have an image (original.png) that I need to separate regions where there are and are not these white dots. The final image should look something like (final.png).
I've tried playing with some image processing functions but because the spaces between the dots is so large relative to the size of the dots I can't find an effective way of filling in the spaces.
댓글 수: 3
Image Analyst
2013년 4월 26일
There is no need for the Canny edge detector in that algorithm.
Cedric
2013년 4월 29일
Looking at your image with the convex hull .. it's worth what it's worth, but in a totally different context (GIS), I would build a buffer around points that I would dissolve, remove interior polygons, and clip with the convex hull.
채택된 답변
추가 답변 (1개)
Sean de Wolski
2013년 4월 25일
0 개 추천
The concave hull is by definition ill-defined without some other knowledge.
See this thread for more information and specifically Steven Lord's reply:
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!