problem regarding edge detection
Afficher commentaires plus anciens
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..
Réponses (1)
Image Analyst
le 15 Août 2012
0 votes
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 commentaires
matlab_image
le 16 Août 2012
Modifié(e) : matlab_image
le 16 Août 2012
Walter Roberson
le 16 Août 2012
Whether something is considered an edge or not can depend upon intention. For example, you might have an image of fabric that has a strong paisley pattern (a pattern that has strong visual edges), and yet be interested in detecting the seams that have little visual presence, by careful analysis of mis-alignment in blobs.
Or my favorite example: the Cosmic Microwave Background Radiation (CMBR) was considered pure noise when it was originally noticed, but later it became important to re-examine those images masking out the more obvious structures to find the subtle ones.
It is therefore not possible to construct a program which finds the PD and PFA without taking input from the user about what the features of interest are.
matlab_image
le 16 Août 2012
Walter Roberson
le 16 Août 2012
Some keyboards label the Return key with the label "Return". Some keyboards label it with the label "Enter". Some label it "Entre'". Others probably label it other things. It is usually an oversized key near the right-hand side of the main keyboard.
matlab_image
le 20 Août 2012
Image Analyst
le 20 Août 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
le 22 Août 2012
Catégories
En savoir plus sur Object Analysis dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!