搜索资源列表
光学字符识别技术
- OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR algorithm code. This is not a com
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
libdecodeqr-0.9.3
- QR code是最近很熱門的二維條碼,常可以在網站上看到,主要用來對url、文字、電話號碼或簡訊作編碼,然後透過手機上的CMOS相機作辨識。-QR code is the latest very popular two-dimensional bar code, and often can be seen on the website is mainly used on the url, text, phone number, or newsletter for coding, and then
siftformatlab
- 这是一个用MATLAB代码实现的一个关于图像的特征描述子的提取 以及相应特征点进行匹配的代码 可用于图像识别 或者立体匹配。-This is a MATLAB code with a descr iptor on the image feature extraction and matching feature points in the corresponding code can be used for image recognition or stereo matching. T
FDRbyeCHAMAI
- This is a face recognition source code designed for a Linux OS (need a QT-3 Library and a C-code compiler)-This is a face recognition source code designed for a Linux OS (need a QT-3 Library and a C-code compiler)....
malic
- Linux下开源的C语言实时人脸识别系统源代码-Linux, open source real-time face recognition system, C language source code
c-language-finger-code
- 基于C语言的指纹识别源代码,读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。-The fingerprint identification based on C source code, and the readers in application of these code, may need according to their application to
echoMagic
- 从杂乱的超声波心电图序列图像中提取出心内膜的位置,实现心内膜的自动识别。采用了optical flow等图像识别算法,供医疗仪器开发人员和图像识别研发人员参考-This is a c++ code under Linux platform for Echocardiographic Contour Extraction from echo images.The extraction method include optical flow and GVF.The code is good for
moniter8
- linux下基于QT的摄像头应用源码,可用于摄像头应用开发学习-linux based QT camera application source code can be used in the camera application development learning
C-ocr
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-ocr algorithm code
online-random-forests-master
- 在线随机森林算法的源码,用于分类模式识别有很好的效果,适用于linux系统下。-Online Random Forest algorithm source code, for classification pattern recognition have a good effect for linux system.