how to remove connectec components from original image?
Afficher commentaires plus anciens
I detected some connected components. I can plot on image but I wan to remove from original image. for example I want to remove viscircles from original image. when imwrite on image I cant see viscircles
imshow(image);
hold on;
title(['Tespit Edilen Delik Sayısı: ', num2str(numberOfHoles)]);
% Delik merkezlerine kırmızı çarpı işareti koy
viscircles(centroids,10)
imwrite(image,'dd.png')
hold off;
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!