搜索资源列表
hsv_face_detect
- 基于肤色的HSV颜色模型下的人脸检测,内含实验图像、报告、参考资料等-HSV color model based on skin color of face detection, includes test images, reports, reference materials, etc.
renlian-moxing
- 人脸模型算法程序,实现了全天候的系统监测,对于从事人脸监测的人员来说,很大的参考价值,值得看。-Face model algorithm procedures, the weather system monitoring, for monitoring personnel in the face, the great reference value, it is worth watching.
swp_dog
- 自己用3dmax做得小狗模型,虽然效果不是很好,但是可以给大家参考-Own use 3dmax model doing puppy, although the effect is not very good, but you can give your information
PeopleDensitydll
- 视频图像的人群密度检测,多种人群密度场景下人群计数算法: 算法功能:建立图像特征和图像人数的数学关系 算法输入:训练样本图像1,2…K 算法输出:模型估计参数 ,参考图像 算法流程:1)对训练样本图像进行分块处理(算法1.1); 2)通过算法1.2,计算训练样本各个对应分块的ALBP特征归一化,再用K-means算法(可使用opencv等算法库实现,不再描述其算法),将图像块分成k(k<K)类,获取k(k<K)个聚类中心,即为参考图像; 3)对分块的图像进行与