I have developed a method using which the edges in images are get enhanced. Which evaluation metric shall I use to state that edges in image are improved or not? I am working on brain tumor images.
This is very simple. Subtract the original image from the enhanced image, then you will find what you have enhanced. if you got only edges and are sharped its mean you did it.
In my opinion, you can compare the result of your developed method with the results of the other classical methods like Canny, LoG and so on... But in order to get a metric evaluation, having a solid edges with a minimal number of noisy halls or distortions (in other words, extracted edges that approximate the real edges in the original image) may represent a natural and simple way...
As you can determine and compare the SNR between different images
Thanks guys. But, again PSNR and SSIM are mainly for image quality evaluation and not for measuring improvement of strength of edges. Because, I compared Nyul normalization against my method and even with less SSIM score, my method is giving good segmentation results.
You can use structural similarity SSIM index to evaluate your proposed algo. You can also compare your results with classical edge detector like - sobel, canny, LoG etc..
Many specialized metrics exist for such purpose, including:
1- sharpness index (S)
Leclaire, A., & Moisan, L. (2015). No-reference image quality assessment and blind deblurring with sharpness metrics exploiting Fourier phase information. Journal of Mathematical Imaging and Vision, 52(1), 145-172.
2-Cumulative Probability of Blur Detection (CPBD)
N. D. Narvekar and L. J. Karam, "A No-Reference Image Blur Metric Based on the Cumulative Probability of Blur Detection (CPBD)," IEEE Transactions on Image Processing, 2011.