资源列表
PCA_basedPFacePRecognition
- 基于pca的人脸识别技术 包含了训练库和测试库 对于初学者有一定帮助-Pca-based face recognition technology training library and test library for beginners
ReadList
- 人脸识别模式,简单的例子。修改,编译可用。-Face recognition mode, a simple example. Modify, compile available.
imageProcess.rar
- 图片文字识别,OcrModule.java 为接口 OcrTest.java是例子 java运行参数中要把libocr.dll所在路径添加参数-Djava.library.path中,Image Character Recognition, OcrModule.java example for the java interface is OcrTest.java operating parameters in the path where the libocr.dll to add pa
2DDLPP
- 该源代码是人脸识别中的二维单项局部保持投影算法2DDLPP,源代码下载后就可以执行,简单,易理解。-The source code is a two-dimensional face recognition single locality preserving projection algorithm 2DDLPP, after downloading the source code can be executed, simple and easy to understand.
vc_ocr
- 这是一个数字图像识别程序,能够从图形文件中识别数字和字母,可以识别车牌号和手机号码-digital OCR program
PCA_faceRec_V2
- 用Vc++实现的人脸识别Demo程序。Adaboost实现人脸检测,PCA特征提取。
PHP
- MakeBar.dll二维条码生成动态连接库,用以生成PDF417二维条码,适用于windows环境开发工具。-This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
ASP
- MakeBar.dll二维条码生成动态连接库,用以生成PDF417二维条码,适用于windows环境开发工具。-This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
idCard
- 通用身份证识别软件源码 可以通各大产商读取-Universal ID card recognition software source code can be read through the major manufacturers
14.SVM(代码)
- 用SVM在python平台实现手写数字的识别(using the algorithm of SVM to recognition of handwritten numerals on python)
HarrisandForstner
- 关于角点检测算法Harris,Forstner经典算子在VC++中的实现,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的