how to connect disjoint pixels on image borders?
이전 댓글 표시
i have an image,i used open close by reconstruction,and then sobel edge detector,it detect edge ,but it has some disjoint parts,pixels are not connected in some parts,i want to use connected component labeling and watershed segmentation,so first i should make a connected border,then use imfill,to fill the area between borders,and watershed to segment them,is there any function i call to connect pixels which are close to each other?when i use sobel on original image,it detects border,but by too many dots,which are not connected,like some one draw borders by dots,when i use open close on image,the border is much better,but still has some disjoint parts,thank you so much
채택된 답변
추가 답변 (1개)
sara
2015년 1월 27일
0 개 추천
댓글 수: 4
Image Analyst
2015년 1월 27일
I'm not sure that is a question.
sara
2015년 1월 27일
Image Analyst
2015년 1월 28일
Yes - you can use imcrop(). Just specify the starting row and column and the width and height.
sara
2015년 1월 30일
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!