开发者

Digital Image Processing (Computational Photography)

I am working on image enhancement before its formation and hence this field is calle开发者_运维问答d computational photography. My doubt is when I enhance any image through some algorithms I have the raw image as well as the reference image and I am finding out the RMS Error (RMSE) between the enhanced and reference image but I don't know till what maximum value of RMSE that new image is acceptable. I just want to know the acceptable range of RMSE.


You will always get RMSE. It doesn't mean that your calculation is making errors. The word error here means some convenient difference metric between the two images. Therefore, I don't think there should be any constraint on how much RMSE you get after image enhancement.

Also, please try to formulate you questions more clearly, as I am not precisely sure that I'm answering the correct one. You can read guidelines to asking questions in the FAQ section.


From my understanding, typically in computational photography, to evaluate the output of an algorithm like deblurring or denoising, you take a reference image, get a raw input image by adding blur (convolve with blur kernel) or add noise (Gaussian, salt-and-pepper, etc.) to degrade the image. Then, you apply the algorithm and get the recovered/enhanced image. The goal is to get the recovered as close to the reference as you can, effectively removing the degradation.

Thus, I would argue that acceptable range for any measure of fidelity (such as RMSE, PSNR, etc.) is only meaningful relative to the degree of original degradation. You should likely say RMSE between enhanced and reference is 1/4 of the RMSE between raw and reference, etc.

For what constitutes good performance, look up recent years of ICCV/CVPR/SIGGRAPH for the type of algorithm that you're interested in. You'll see tables to the effect of what I described in the above paragraph. Ultimately, these measures often aren't as convincing as showing the images and relying on the good old Eyeball Mk I to tell the difference.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜