how to connect disjoint pixels on image borders?
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
sara
il 27 Gen 2015
0 voti
4 Commenti
Image Analyst
il 27 Gen 2015
I'm not sure that is a question.
sara
il 27 Gen 2015
Image Analyst
il 28 Gen 2015
Yes - you can use imcrop(). Just specify the starting row and column and the width and height.
sara
il 30 Gen 2015
Categorie
Scopri di più su Object Analysis in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!