资源列表
chronux_2_12.v02
- chrounx是matlab的一个工具包(a toolbox for matlab)
数字信号处理
- 数字信号处理-基于计算机的方法第四版答案(来源官网)
matlab图像滤波去噪分析及其应用
- matlab图像滤波去噪分析及其应用 双线性滤波、Kirsch滤波、超限邻域滤波、逆滤波、双边滤波、同态滤波、小波滤波、六抽头滤波、约束最小平方滤波、非线性复扩散滤波、Lee滤波、Gabor滤波,、Wiener滤波、Kuwahara滤波、Beltrami流滤波、Lucy?Richardson滤波、NoLocalMeans滤波等研究内容。(Analysis and application of MATLAB image filtering and denoising Bilinear fi
图像配准源码(ncc)
- matlab的图像配准源码,对图像处理理解有帮助(The source code of image registration in MATLAB is helpful for the understanding of image processing)
红外与可见光图像配准算法(MATLAB版代码)
- malab的红外与可见光图像配准完整代码(Malab's complete code for infrared and visible image registration)
image_mosaic_demo
- sift+ransac 图像拼接 C++语言 VS平台 opencv 效果不错 可以一试(Sift + RANSAC image mosaic)
visionpro C#
- Cognex\VisionPro 视觉处理程序的c#示例程序,可用于学习开发。(A sample program of visual processing program, which can be used for learning and development.)
图像处理
- Arnold 变换与 Gray 码变换相融合的双置乱算法程序,包括了加密和解密程序(The program of double scrambling algorithm combining Arnold transform and gray code transform, including encryption and decryption program)
图像的读取与写入
- (1) imread 函数用来实现图像文件的读取 (2) imwrite函数用来实现图像文件的写入 (3) imshow函数用来显示图像 (4) rgb2gray函数用来把彩色图像转换为灰度图像
slambook
- 《视觉SLAM十四讲》高翔,完整版,前10章。对视觉定位,机器学习,深度学习有很大帮助(Gao Xiang, the complete version of vision slam 14 lectures, is very helpful for vision positioning, machine learning and deep learning)
谱间预测
- 高光谱图像应用算法,计算波段间的谱间系数,最佳波段选择。(Algorithms for hyperspectral images are used to calculate interspectral coefficients between bands and select the best band.)
人脸识别
- 此为C#开发的程序,用于对人脸的识别。新手适用。