资源列表
傅里叶谱与频域低通滤波
- 傅里叶谱与频域低通滤波 (a)从图书网站下载图4.41(a)并计算其(居中)傅里叶谱。(b)显示频谱。(c)在等式(4.8-7)中实现高斯低通滤波器。您必须能够指定结果2D函数的大小,M x N。此外,您必须能够指定高斯函数的中心位置。(d)从图书网站下载图4.41(a),并对其进行低通滤波,以复制图4.48中的结果。(Fourier Spectrum and Lowpass Filtering in Frequency Domain (a) Download Fig. 4.41(a)
phase
- 该文件用于计算条纹图像的相信信息, 建立相位与深度的对应关系。(the file is used for calculating the phase information of fringe images and builded the relationship between the phase and the depth.)
FCM
- 介绍了FCM经典算法和五种变换后的FCM算法,有实例和说明(The classical FCM algorithm and five transformed FCM algorithm are introduced. Examples and explanations are given.)
Stereo Matching
- matlab 立体匹配,包含了多种三维重建中的立体视觉匹配(Matlab stereo matching, including stereo vision matching in many kinds of three-dimensional reconstruction)
09177133canny
- 用于特征提取,提取微弱信号,不用去噪依然可以提取出比价好的信号(For feature extraction, weak signals can be extracted without noise removal.)
Bif
- matlab 图像双边滤波器,系统地循环每个像素并相应地调整相邻像素的权重来保留锐边。(This preserves sharp edges by systematically looping through each pixel and adjusting weights to the adjacent pixels accordingly.)
1
- 一个解算空间中三维物体坐标的小程序,用两个相机标定后进行计算(A simple matlab program for conpute coordinate in 3D with stereo camara)
NSST_PAPCNN_Fusion
- 通过多尺度分解,实现医学图像的图像融合,达到更好的效果(Through multi-scale decomposition, medical image fusion can be achieved to achieve better results.)
序列图像的超分辨重建matlab源码
- 比较实用的超分辨MATLAB程序,GUI界面(A Practical Super Resolution MATLAB Program, GUI Interface)
OpenCV计算机视觉编程攻略(第2版)
- opencv 计算机视觉编程攻略 第2版. + 源代码,请根据章节内容参考。(Opencv Computer Vision Programming Introduction 2nd Edition. +Source Code)
sift算法实现
- matlab实现sift算法完整打包程序,适合计算机进行信号处理的伙伴们使用
图像加密
- 基于混沌信号的加密算法源码,通过混沌序列置乱还有扩散,是很经典的加密算法。