I have designed a edge detection method using morphological operations.
显示 更早的评论
How can I compare this method with existing methods like sobel, prewitt and canny? Are there any parameters to say that this method is superior or inferior
2 个评论
Image Analyst
2016-7-2
You mean you designed imtophat() or imbothat()?
Prathusha Reddy
2016-7-4
回答(2 个)
Walter Roberson
2016-7-2
0 个投票
You compare the performance of the algorithm to Ground Truth and come up with some kind of score.
https://www.mathworks.com/matlabcentral/answers/25220-what-is-ground-truth-image-how-to-create-it-in-matlab#answer_33133
https://www.mathworks.com/matlabcentral/answers/259324-how-do-i-find-the-groundtruth-of-an-image
Note that when you calculate the score for an actual edge determination that you would probably want to take into account the distance between the actual edge and the calculated edge, which is relatively simple if all of the edges are found, but gets more complicated if the calculated edges are missing some of the true edges (what penalty do you use?)
Aya Ahmed
2020-2-10
0 个投票
do you have code to .. extract morphological features of galaxy image like (i) area, (ii) centroid, (iii) bounding box, (iv) major axis, (v) minor axis, (vi) eccentricity, (vii) orientation, (viii) convex area, and (ix) extrema?
plz help
类别
在 帮助中心 和 File Exchange 中查找有关 Object Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!