Criteria of a good image testing

1 view (last 30 days)
Elsya Nurul Aini
Elsya Nurul Aini on 18 Feb 2012
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 :)

Answers (2)

David Young
David Young on 18 Feb 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.

Image Analyst
Image Analyst on 18 Feb 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).

Community Treasure Hunt

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

Start Hunting!