搜索资源列表
Correlation
- 上传的是Convolve算法,在图象处理系统中经常用到,也许对你有参考价值-upload the Convolve algorithm, the image processing system frequently used, perhaps for your reference value
Digit_Recomodule
- This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing begins and recognize the digit and returns you the result. I used correlation matching algorithm for character recogn
DVPI
- 先按一定要求生成两幅粒子图像,然后基于相关检测的方法测出粒子的运动速度,仿真的是简单情况 ,即水平运动的情况。属于基础学习用的。-Press must be to generate two particle image, and then based on correlation detection method to measure particle velocity, simulation of a simple situation, that is the case of horizont
Image-Correlation-Tracking
- 数字图像相关计算和跟踪算法的Matlab实现 这个程序实现从一系列图像中计算图像应力,可以计算出水平和垂直的应力。-Source Code for Digital Image correlation and Tracking Calculate displacement and strain from a series of images
kstxpp
- 快速图像匹配相关系数算法及实现的论文研究-Rapid image matching algorithm and the realization of the correlation coefficient
Joint_transform_correlation_method_of_optical_simu
- 程序可以实现光学联合变换相关方法的图像仿真-Program can achieve optical joint transform correlation method of image simulation
Processed_histogram_based_Face_Recognition
- 基于Processed histogram的人脸识别方法,方法简单,识别率高,参考文献“Face Recognition using processed histogram and phase only correlation”-Recognizing objects from large image databases, histogram based methods have proved simplicity and usefulness in last decade. Initially
dctannprotected
- High information redundancy and correlation in face images result in efficiencies when such images are used directly for recognition. In this paper, discrete cosine transforms are used to reduce image information redundancy because only a subset of t
target
- 通过计算最大互相关(Cross Correlation),在给定的图像中检测目标图像,并在图像显示窗口中高亮该区域-By calculating the maximum cross-correlation (Cross, The Correlation), detection of the target image in a given image, and highlight the region in the image display window
Pattern-Matching-Alg
- 利用①相关匹配(Correlation Matching)、②基于Hausdorff距离匹配方法 及③考虑对场景图象距离变换(Distance Transform)的Hausdorff距离匹配方法,实现模板目标在场景图象中的定位-Use ① correlation matching (Correlation Matching), ② matching method based on Hausdorff distance and image of the scene ③ consider the
mycolorcorrelogram
- 本代码是为了提高图像检索的精度来设计的,在相关矩阵的基础上使用此方法可以加强图像检索。-This code is to improve the accuracy of image retrieval designed using this method on the basis of the correlation matrix can enhance image retrieval.
第1章
- 不同颜色空间下的人脸图像分割,彩色图像处理中有许多彩色空间坐标系,最常见的是RGB空间。其余的还有HSV空间、YCrCb空间、YIQ空间和YUV空间等,这些都可以从RGB空间转换而来。在大多数情况下,图像信息是以RGB的颜色体系保存,然而在人脸肤色分析中,由于RGB颜色的R、G、B三个颜色分量都包含亮度信息,存在极强的相关性,一般不适合肤色处理。所以一般情况下在进行肤色区域检测之前,要将RGB颜色体系转换到其他颜色体系中,而不直接利用RGB彩色空间。(There are many color s