搜索资源列表
cpsnr
- 一个自动添加高斯噪声 对比图像处理后psnr的程序 参数可自己修改-We want to test PSNR with variable gaussian blur. Then the different values of PSNR under different parameteres would be compared in order to find the relationship between PSNR and
vnbpsnr
- 自动同时调整高斯噪声和模糊度 并生成参数与psnr对比关系三维图的程序-Program vnbpsnr is as same as program cpsnr basically but sig1 and sig 2 will be changed at the same time. I1 means original image. We just need to input the original image. The sig1(s
demosaicking
- 自己写的一些代码,包括对图像的预处理,以及binary经典算法,和一些自己改进的算法的代码。自己的算法因得到的效果不错已发表。 rgb2bayer: 转换到bayer格式 border:处理图像边缘像素点 method1-4:不同的去马赛克算法的实现 cpsnr:峰值信噪比的公式实现-Write some code, including image preprocessing, and binar