资源列表
生物识别
- 基于win32和win64的生物识别学习资料(Biometric learning data based on Win32 and win64)
AntiVC_v2.6_sdk_Python
- 次世代V2.6版本的SDK实例,python。(The SDK instance of the V2.6 version of the second generation, python.)
detectFaceParts
- matlab使用的人脸识别工具箱组件(Face recognition toolbox components used by MATLAB)
magnifyOnFigure
- Magnify on Figure Matlab. Magnifies the portion of the figure.
车牌识别
- 利用matlab实现车牌识别,达到远程控制车辆(Using the matlab license plate recognition, for remote control vehicle)
人脸表情识别的源代码
- 基于Eigenface的表情识别matlab程序(Expression recognition matlab program based on Eigenface)
toolbox_graph
- 这是用几何方法做的三维人脸预处理的一个demo,包含了网格划分,法向量计算(This is a demo of 3D face preprocessing using geometric method, including mesh division, normal vector calculation)
lbp
- 提取lbp(旋转不变性,等价模式)的特征(Feature extraction of LBP (rotation invariance, equivalent pattern))
ExecutorServiceTest
- 识别验证码,2018年3月15日,用于个别验证码识别功能具体实现(Identification authentication code, March 15, 2018, for individual verification code recognition function specific implementation)
emotional recognition
- 表情识别,可以识别出物种表情,包括平静 哭泣 开心 惊讶等的表情识别(Expression recognition can identify facial expressions, including expression recognition, such as calm crying, happy surprise, and so on.)
zbar-0.10.tar
- 二维码识别,可以识别一般的二维码,和常用的一维码。(Qr code identification, can identify the qr code, and the commonly used one dimensional code.)
条码识别
- Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.