フィルターのクリア

I have designed a edge detection method using morphological operations.

2 ビュー (過去 30 日間)
Prathusha Reddy
Prathusha Reddy 2016 年 7 月 2 日
回答済み: Aya Ahmed 2020 年 2 月 10 日
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
Image Analyst 2016 年 7 月 2 日
You mean you designed imtophat() or imbothat()?
Prathusha Reddy
Prathusha Reddy 2016 年 7 月 4 日
no

サインインしてコメントする。

回答 (2 件)

Walter Roberson
Walter Roberson 2016 年 7 月 2 日
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?)
  2 件のコメント
Prathusha Reddy
Prathusha Reddy 2016 年 7 月 2 日
A Fuzzy Set Approach for Edge Detection Pushpajit A. Khaire & Dr. N. V. Thakur International Journal of Image Processing (IJIP), Volume (6): Issue (6), 2012
This paper gives 2 parameters Performance parameters used are PSNR and PR (Ratio of true to False Edges). How can we calculate Performance Ratio in matlab .Is PSNR same formula that we use in Image Denoising?
Walter Roberson
Walter Roberson 2016 年 7 月 2 日
It is very likely the same PSNR as http://www.mathworks.com/help/images/ref/psnr.html

サインインしてコメントする。


Aya Ahmed
Aya Ahmed 2020 年 2 月 10 日
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

Community Treasure Hunt

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

Start Hunting!

Translated by