Borrar filtros
Borrar filtros

problem regarding edge detection

2 visualizaciones (últimos 30 días)
matlab_image
matlab_image el 15 de Ag. de 2012
I am applying edge detection methods like Sobel, prewitt,robert etc. Can anybody please tell me how can I find probability of detection & Probability of False alarm with different values of SNR, after applying these edge detection methods... Thanks in advance..

Respuestas (1)

Image Analyst
Image Analyst el 15 de Ag. de 2012
Call bwlabel to label the images. Then use something like ginput to ask your user which edges are genuine and which are false. Then just take the ratio of the number of false blobs divided by the total number of blobs.
  7 comentarios
Image Analyst
Image Analyst el 20 de Ag. de 2012
1) If you don't know if an edge is a true edge or a false edge then I can't help you. Perhaps you can just make up random numbers in that case. I mean, if you don't know what's true and false then who would?
2) numberOfClicks = length(x); where x is returned from ginput().
3) Call the Mathworks and tell them that you can't use their web site because of some kind of a login problem.
matlab_image
matlab_image el 22 de Ag. de 2012
Thanks for answering..... I know which are false edges and which are true.. but I have doubts about PD and PFA..... So I will try to clear these while reading some tutorials........ Thanks again....

Iniciar sesión para comentar.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by