how to calculate no. of edge pixel of a image for a particular(e.g sobel edge detector) edge detector using matlab
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how to calculate no. of edge pixel of a image for a particular(e.g sobel edge detector) edge detector using matlab
1 Kommentar
Antworten (3)
Image Analyst
am 15 Mär. 2014
Assuming you used edge(), which thresholds the edge image, you could just use sum():
numberOfEdgePixels = sum(edgeImage(:));
0 Kommentare
bindu bansal
am 5 Dez. 2019
Anybody pl help me to implement paper "a classification algorithm to distinguish Image as Haze or non-Haze".... thanks in advance
1 Kommentar
Image Analyst
am 5 Dez. 2019
The Mathworks would like to do that with you. Call them and say that you want to talk with the "Consulting" department.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!