Criteria of a good image testing
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear all,,
i'm really new in image processing. So, can anyone explain to me, actually what is criteria of a good image testing, especially image testing for edge detection algorithm?? is the format file can also affect??
Thanks before :)
0 commentaires
Réponses (2)
David Young
le 18 Fév 2012
For one influential criterion for edge detection algorithms, and references to related work, see J. F. Canny's classic paper A computational approach to edge detection, IEEE Trans. Pattern Analysis and Machine Intelligence, pages 679-698, 1986.
The file format is, by and large, irrelevant.
0 commentaires
Image Analyst
le 18 Fév 2012
Look here at sections 6.2 and 6.2.1
6.2 Evaluation of Edge Detection Algorithms
6.2.1 Evaluations of Edge Detectors, Multiple Algorithms
If the format didn't change the values it doesn't matter. JPG frequently introduces block artifacts if you compress too much, which can give false edges. Then, the edges between the original image and the compressed/decompressed JPGed image can be different. TIF, BMP, and PNG, and some variants of JPG2000 are lossless. (I know David already knows this).
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!