搜索资源列表
光学字符识别技术
- 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代码,
libdmtx
- datametrix二维码编解码源代码,用c写的,应用于linux下
src
- 基于c语言的指纹识别程序\\基于c语言的指纹识别程序---3 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic
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
C_fvs
- C语言指纹识别算法,demo目录内有各种示例用法. 可以linux下编译,稍微修改就可移植到windows系统下.-C language algorithm for fingerprint recognition, demo directory has a variety of examples of usage. Can be compiled under linux, a slight modification can be transplant to the windows system.
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)....
cFingerprintRecognitionSystem
- c实现的指纹识别系统,在Linux下实现-c Fingerprint Recognition System
malic
- Linux下开源的C语言实时人脸识别系统源代码-Linux, open source real-time face recognition system, C language source code
malic-0.0.9.1.tar
- 开源的人脸识别系统,基于linux下的C语言开发。-Open source face recognition system, based on C language development under linux.
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
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.
face-recognition(c)
- 这是一个人脸识别的程序,可以再linux或者vc下运行(要自己建工程)。-This is a face recognition program can be run under linux or vc (to build their own works).
BookReader
- Linux环境下自己用C语言写的,读书软件。可以实现行翻页,页翻页-Linux environment written in C language, reading software. Line next page, page flip
C-ocr
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-ocr algorithm code
Pcl_object_recognition
- 基于PCL库的图像实时识别,PCL(Point Cloud Library)是在吸收了前人点云相关研究基础上建立起来的大型跨平台开源C++编程库,它实现了大量点云相关的通用算法和高效数据结构,涉及到点云获取、滤波、分割、配准、检索、特征提取、识别、追踪、曲面重建、可视化等。支持多种操作系统平台,可在Windows、Linux、Android、Mac OS X、部分嵌入式实时系统上运行-Image library based on real-time identification PCL, PCL