how to calculate no. of edge pixel of a image for a particular(e.g sobel edge detector) edge detector using matlab
1 次查看(过去 30 天)
显示 更早的评论
how to calculate no. of edge pixel of a image for a particular(e.g sobel edge detector) edge detector using matlab
1 个评论
回答(3 个)
Image Analyst
2014-3-15
Assuming you used edge(), which thresholds the edge image, you could just use sum():
numberOfEdgePixels = sum(edgeImage(:));
0 个评论
bindu bansal
2019-12-5
Anybody pl help me to implement paper "a classification algorithm to distinguish Image as Haze or non-Haze".... thanks in advance
1 个评论
Image Analyst
2019-12-5
The Mathworks would like to do that with you. Call them and say that you want to talk with the "Consulting" department.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!