资源列表
多尺度边缘检测实例
- 一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像,A multi-scale edge detection example, the method is: 1, first image of the three-scale wavelet transform 2, and the modulus value of wavelet coefficient and
gabor.rar
- 提取纹理特征,现在最流行的是gabor小波变换,它的集具有一定的方向性,和纹理特征吻合,Extraction of texture features, and now the most popular is the gabor wavelet transform, it sets a certain direction, and texture characteristics of anastomosis
Image_Enhancement.rar
- 首先使用拉普拉斯变换突出图像中的小细节,然后用梯度法突出其边缘。将变换图像与原图叠加,得到混合增强后的图像;最后对图像进行灰度变换(幂次变换),Laplace transform to highlight the first to use images of small details, and then use the gradient method to highlight its edge. Will transform the image with the image overlay,
sparserepresentationofsignals.
- 详细介绍了信号的稀疏分解和表示方法,可以用于图像特征提取等方面,Details of the sparse signal decomposition and that the method can be used for image feature extraction, etc.
ctrackclimbf.rar
- 模拟飞机爬升的仿真程序,可输出各种飞行姿态,很不错,Simulating an aircraft climb of the simulation program can output a variety of flight attitude, very good
LicensePlate.rar
- Visual C++写的车牌自动识别系统(只完成到车牌定位提取一步,字符的识别没有完成,大家有兴趣可以自己完成),功能包括前期图像处理的各种操作,支持各种颜色的bmp图片,二值化、边缘检测、滤波、平滑、直方图处理等等,测试图片也打包进源码了,Visual C++ Written Automatic Vehicle Identification System (only one step to extract license plate location, character identifica
krogager decomp.rar
- 极化SAR图像处理中 相干目标的 KROGAGER分解程序,Polarization SAR image processing in coherent goal decomposition process KROGAGER
非常好的指纹预处理程序
- 非常好的指纹预处理程序,在VC6.0中已通过运行。自己写的。,Very good fingerprint pre-processing procedures, in VC6.0 that have been approved to run. Wrote it myself.
3Drebuild.rar
- 双目立体视觉理论基础上的三维重建,采用立体匹配、SIFT匹配算法,Binocular stereo vision based on the theory of three-dimensional reconstruction using stereo matching, SIFT matching algorithm
Sift.zip
- 用SIFT (Scale Invariant Feature Transform) 算法进行图像特征提取,基于OpenCv的C++代码实现。,Using SIFT (Scale Invariant Feature Transform) algorithm for image feature extraction, based on the OpenCv the C++ Code.
cs.rar
- 压缩传感理论的一个简单例子,首先对信号进行稀疏采样,然后利用MP算法对信号进行重建。,Compressed sensing theory of a simple example, first of all, the signal sparse sampling, and then use MP algorithm of signal reconstruction.
gradient.rar
- 本程序实现了基于梯度金字塔的图像融合算法,效果还不错,可以参考一下。,This procedure based on the gradient pyramid implementation of image fusion algorithms, the effect was not bad, you can reference.