how to remove connectec components from original image?
이전 댓글 표시
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;
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!