资源列表
finger正确版
- matlab版本的指纹识别,可以实现指纹的记忆,然后进行识别,有GUI界面(Matlab version of fingerprint identification, fingerprint memory can be achieved, and then identification, there is GUI interface)
chepaishibie
- 可以实现模版匹配和神经网络的识别,同时有图像处理程序(Template matching and neural network recognition can be achieved)
digit0and9
- 对给出的图形数据库里面的数字(0-9)进行识别,测试并计算错误率(Identify, test and calculate the error rate for the number (0-9) inside the given graphics database)
FaceTools
- 修改main.py的路径,直接运行即可,注意python2.7版本(Modify the main. py path, can be run directly)
ikxfy
- Add noise processing, Various kalman filter design, There are reference Oh.
tamrin1
- home work of paterm recognition
android-tesseract-ocr-master
- tess two 图像识别 中文识别 ocr(image recognition Chinese recognition ocr)
CRC
- 一个高效率的人脸识别算法,用的是CRC算法,很经典(An efficient face recognition algorithm)
源代码
- 二值图像压缩的源代码,比较经典,是源码。(Binary image compression source code, more classic, is the source code)
快速去噪
- maltlab编程,平移不变量,去噪的快速算法(Maltlab programming, translation invariants, denoising fast algorithm)
FaceRec
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。这种直接计算距离的方式直观,但是有一个非常大的缺陷—计算量太大。如果每幅图像大小为100*100,训练集大小1000,则识别测试集中的一幅图像就需要1000*100*100的计算量,当测试集很大时,识别速度非常缓慢。(Face recognition is a s
利用神经网络拟合势能面的经典论文
- 一种利用神经网络算法拟合势能面的经典论文(a special paper about potential energy surface fit using neural network algrithom)