搜索资源列表
efficient_registration
- 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
FFT
- 可以在vc6.0下运行,功能包括快速傅里叶变换和逆变换,代码包括一些基本类的定义与相关函数的定义-it can be run under vc6.0,including FFT and reserve FT
Square-wave
- matlab 实现傅里叶变换 fs FT DFS DFT FFT 以及余弦函数的抽样 离散傅里叶变换 频谱 函数叠加后的傅里叶变换 频谱 -matlab to achieve the Fourier transform fs FT DFS DFT FFT and cosine functions sampling discrete Fourier transform the spectrum of the Fourier transform of the spectrum function su
efficient_registration
- 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
Simple-Image-Processing-System
- 1、能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2、数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3、数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。 (3)色彩增强:伪彩色增强、真彩色增强等