how to detect continuous edges

7 次查看(过去 30 天)
ankita gholap
ankita gholap 2015-10-24
how to connect discontinuity coming after applying edge detection technique.

回答(1 个)

Image Analyst
Image Analyst 2015-10-24
[labeledImage, numRegions] = bwlabel(binaryImage);
if numRegions > 1
msgbox('There are disconnected edges');
end

Community Treasure Hunt

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

Start Hunting!

Translated by