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

1 view (last 30 days)
I did edge detection using morphological based edge detetion now has to count number of pixels after edge detection

Answers (1)

Image Analyst
Image Analyst on 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!