搜索资源列表
光学字符识别技术
- 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代码,
malic-0.0.9.1.tar
- 开源的人脸识别系统,基于linux下的C语言开发。-Open source face recognition system, based on C language development under linux.
face-reconise
- 人脸识别系统的学习资料,里面详细介绍了人脸识别系统的原理及设计。在LInux环境下进行开发和制作。-the face reconised system . The data particular introduce the face reconised system s function. User can use it create youself system!
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
baseline-algorithm-
- 一种实现人体步态识别的baseline算法,用c语言开发的,运行环境最好是Linux系统,算法性能稳定,可靠性高。-A baseline algorithm of human gait recognition , development of c language, running environment is the best Linux system, the performance of the algorithm is stable, and highly reliable.
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