Is there any command to find perimeter of detected edges after performing edge detection? Can I use perimeter as a metric to compare edge detection performance?

2 ビュー (過去 30 日間)
Can I say, more perimeter better edge detection.

回答 (2 件)

Image Analyst
Image Analyst 2013 年 4 月 14 日
You can take the mean of the image to get an idea of how many edges there are and how strong they are. This is not necessarily an indicator of how well it found the edges that are of interest to you. Perhaps it found too many or too few, not the ideal number of edges that you'd want. That is a judgement call only you can make.
  1 件のコメント
Pushpajit Khaire
Pushpajit Khaire 2013 年 4 月 17 日
編集済み: Pushpajit Khaire 2013 年 4 月 17 日
Comparison using ground truth of images, does it provide better comparison? your opinion and suggestions
Comparison of Edge Detectors file, edgecomp.m
This Program Compares Edge Detection methods ( Canny and Sobel)using Ground Truth of images.
The details are in "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.

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


Pushpajit Khaire
Pushpajit Khaire 2013 年 4 月 17 日
Try out Comparison of Edge Detectors file, edgecomp.m
This Program Compares Edge Detection methods ( Canny and Sobel)using Ground Truth of images.
The details are in "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.
  2 件のコメント
Prathusha Reddy
Prathusha Reddy 2016 年 7 月 2 日
sir How can compare my method and existing method ? My proposed method and I have in hand all sobel, prewitt, canny edge detected images ? Can I draw a graph using any parameter
Image Analyst
Image Analyst 2016 年 7 月 2 日
Step 1: download/buy the paper and read it. Step 2: code it up.

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

Community Treasure Hunt

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

Start Hunting!

Translated by