Filter löschen
Filter löschen

sir I did edge detection . I need to count number pixels after edge detection

1 Ansicht (letzte 30 Tage)
I did edge detection using morphological based edge detetion now has to count number of pixels after edge detection

Antworten (1)

Image Analyst
Image Analyst am 7 Jan. 2015
numEdgePixels = sum(binaryEdgeImage(:));

Community Treasure Hunt

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

Start Hunting!

Translated by