资源列表
图像的读取与写入
- (1) imread 函数用来实现图像文件的读取 (2) imwrite函数用来实现图像文件的写入 (3) imshow函数用来显示图像 (4) rgb2gray函数用来把彩色图像转换为灰度图像
图像处理
- Arnold 变换与 Gray 码变换相融合的双置乱算法程序,包括了加密和解密程序(The program of double scrambling algorithm combining Arnold transform and gray code transform, including encryption and decryption program)
image_mosaic_demo
- sift+ransac 图像拼接 C++语言 VS平台 opencv 效果不错 可以一试(Sift + RANSAC image mosaic)
红外与可见光图像配准算法(MATLAB版代码)
- malab的红外与可见光图像配准完整代码(Malab's complete code for infrared and visible image registration)
图像配准源码(ncc)
- matlab的图像配准源码,对图像处理理解有帮助(The source code of image registration in MATLAB is helpful for the understanding of image processing)
matlab图像滤波去噪分析及其应用
- matlab图像滤波去噪分析及其应用 双线性滤波、Kirsch滤波、超限邻域滤波、逆滤波、双边滤波、同态滤波、小波滤波、六抽头滤波、约束最小平方滤波、非线性复扩散滤波、Lee滤波、Gabor滤波,、Wiener滤波、Kuwahara滤波、Beltrami流滤波、Lucy?Richardson滤波、NoLocalMeans滤波等研究内容。(Analysis and application of MATLAB image filtering and denoising Bilinear fi
数字信号处理
- 数字信号处理-基于计算机的方法第四版答案(来源官网)
chronux_2_12.v02
- chrounx是matlab的一个工具包(a toolbox for matlab)
模糊局部信息聚类FLICM算法
- matlab实现模糊局部信息聚类FLICM算法,该算法对噪声容限和离散抗阻性能,完全依靠新的模糊因子,使在没有任何先验的噪声知识的情况下,该值将自动在每次迭代中重新计算,汇聚成中央像素的值从而保持噪声和离散的不灵敏性。
SRE
- SRE,自己写的,可以用来评价高光谱里光谱估计的好坏 里面还有nfindr,fcls(SRE, written by yourself, can be used to evaluate the performance of the algorithm)
直方图均衡去雾的四种做法
- 我这里是一些去雾图像处理的传统算法,其中包括了图像转换,但传统算法仍有欠缺之处,希望有兴趣的朋友可以参与进来一起共同研究和改进..(Four methods of histogram equalization to remove fog Here are some traditional algorithms for defog image processing, including image conversion, but there are still some shortcomings
车牌定位
- 通过RGB转HSV空间以及车牌比例完成车牌定位,具有较好的鲁棒性