搜索资源列表
-
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下载:
This is a complete documentation about fingerprint recognition. Binarization, Block Filte, Minutiae Extractio, Minutiae Matching, Algorithm
-
-
0下载:
这是基于正交匹配追踪的人脸识别代码,该算法对遮挡的处理比较有效,希望对识别感兴趣的初学者提供帮助-This is based on orthogonal matching pursuit of recognition code, the algorithm is more effective to block the deal, and I hope to help beginners identify interested
-
-
1下载:
视频图像的人群密度检测,多种人群密度场景下人群计数算法:
算法功能:建立图像特征和图像人数的数学关系
算法输入:训练样本图像1,2…K
算法输出:模型估计参数 ,参考图像
算法流程:1)对训练样本图像进行分块处理(算法1.1);
2)通过算法1.2,计算训练样本各个对应分块的ALBP特征归一化,再用K-means算法(可使用opencv等算法库实现,不再描述其算法),将图像块分成k(k<K)类,获取k(k<K)个聚类中心,即为参考图像;
3)对分块的图像进行与
-