Effacer les filtres
Effacer les filtres

How can I delete non-connected contour from binary image??

1 vue (au cours des 30 derniers jours)
abdelrahim hashem
abdelrahim hashem le 28 Nov 2017
I have binary image containing many contours, I need to delete discontinuous contours and keep those are connect.
  1 commentaire
KSSV
KSSV le 28 Nov 2017
Pictorial example will help us to help you..

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 28 Nov 2017
Try bwselect(). Or bwareafilt() or bwpropfilt(). Or label it with bwlabel() and use some other criteria to identify the ones you don't want then use ismember.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by