搜索资源列表
-
0下载:
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
-
-
0下载:
遮挡情况下基于特征相关匹配的目标跟踪算法。先对目标灰度性质做出判断,然后根据灰度单一或是丰富来合理选择边缘相关匹配或者是基于多子块的灰度相关匹配来解决遮挡情况下的刚性目标跟踪问题-Based on the characteristics of shelter-related cases that match the target tracking algorithm. First aim to determine the nature of gray, then gray or a single
-
-
0下载:
快速图像匹配相关系数算法及实现的论文研究-Rapid image matching algorithm and the realization of the correlation coefficient
-
-
9下载:
利用①相关匹配(Correlation Matching)、②基于Hausdorff距离匹配方法 及③考虑对场景图象距离变换(Distance Transform)的Hausdorff距离匹配方法,实现模板目标在场景图象中的定位-Use ① correlation matching (Correlation Matching), ② matching method based on Hausdorff distance and image of the scene ③ consider the
-
-
0下载:
相关系数法的点匹配
void draw(int x,int y,Mat mat,Mat mod,int xx,int yy)通过十字丝表明匹配点
void ImgMarch(Mat s,Mat m,Mat roi,int x,int y)相关系数法匹配函数-Match point correlation coefficient method
void draw (int x, int y, Mat mat, Mat mod, int xx, int yy) indicate the
-