搜索资源列表
lsvm
- 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
用Delphi编制可自动升级程序
- 在编制了一个应用程序后的维护阶段,我们会面临给应用程序升级的工作.无疑,手工升级的工作是十分繁琐的,你可能会需要到用户的机器上去更新文件.可是,如果能编一个自动升级程序,放在网络上,让用户下载,只需执行一下就完成升级工作,不是很方便吗?其实,用Delphi可以很方便地编制出这样一个的程序.-in the preparation of an application after the maintenance stage, we will face to the application upgrad
propertylistdlg
- 此为一VC可重用代码段。在遇到属性编辑的问题,本来想用列表控件来代替,但是发现列表控件有很多缺陷,不是太好用;属性控件不支持编辑与下拉列表功能。该属性编辑控件已经内置了前两个的功能,而且还提供CUSTOMDRAW,不过还不完善。-this as a VC reusability of the code. Attribute Editor in the face of the problem, had wanted to use the list to replace controls, but
face-tezheng
- about face-tezheng.pdf
face
- face.rar 给你的程序换肤的东西
face
- face tracking function of source code
face
- VC++界面设计 实现金山毒霸界面一个很好的界面学习实例-c++face skin
angle
- face and car number plate recognisation source code for projects
SkinColor
- 利用HSV來做膚色偵測,可方便臉部偵測及手勢偵測。或是其近似膚色的物體都可使用。-Using HSV to do color detection, face detection and gesture can be easily detected. Or the approximate color of the object can be used.
face
- vb编写的界面 用于初学者包括登陆按钮及后台 代码 face-face
face-recognition
- 人脸识别程序,C++编写,图形界面挺简洁-Face recognition program, C++ written in very simple graphical interface
face-detection
- 用C++编写的基于对话框的人脸检测程序其中包括摄像头的启动,算法采用肤色检测-Written in C++ dialog based application, including face detection camera, start, skin detection algorithm
Face-LBP
- 主要介绍LBP算法在人脸识别、纹理特征提取方面的功能,详细介绍了其基本原理以及实现方法,比较有参考价值-Introduces LBP algorithm in face recognition, texture feature extraction function, provides the basic principle and method,has good reference value
Face-Recognition-x64(CSharp)
- 基于C#下的多人脸识别,效果已经测试,很不错-Multi-face recognition based on C#, the effect has been tested, very good
Research-of-face
- 人脸识别程序的研究与实现,这是个有关人脸识别的小程序,欢迎大家下载学习!-Research and Implementation of face recognition program, this is a small program about face recognition, welcome to download learning!
Face detection
- face detection opencv
face-Face-SDK-Windows
- 人脸检测与识别SDK,用于人脸检测与识别-Face detection and identification SDK
face-recognition
- 人脸检测方法主要有基于知识的方法、特征不变方法、模板匹配方法、基于外观的方法;脸部特征定位方法分为基于先验知识、几何形状、色彩、外观和关联信息等五类;人脸表情识别方法分为基于几何特征的识别方法,基于整体的识别方法,基于模型的识别方法,基于模板的识别方法。-Face detection methods are mainly based on knowledge of the method, the characteristics of constant method, template match
face_detect_orgin
- 基于python人脸识别、眼睛认别。通过对人脸、眼睛特征分析分析,准确认别。(Face recognition and eye recognition based on python. Through the analysis of face and eye features, we can recognize them accurately.)