搜索资源列表
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
usaxray
- 美国X射线扫描仪图像识别专利介绍,包括算法和C语言描述。-American X-ray scanner image recognition patents, including algorithms and C-language descr iptions.
TheRecognitionDactylogram
- 经典的c语言指纹识别程序,改进了算法,提高了识别率达到了98%以上-classical language c fingerprint identification procedures improve the algorithm, improving the recognition rate of over 98%
DTW-method
- 在线签名鉴定:DTW实现算法,用C语言编写,有一定的参考价值!-online signature verification : DTW algorithm, using C language, which is the reference value!
fingerprint_recognition
- 用C++语言开发的指纹识别程序,改进了算法,提高了识别率达到了98%以上.
edgehist
- 图像特征提取算法,可供学生学习参考,用的是c++语言写的。
src
- 基于c语言的指纹识别程序\\基于c语言的指纹识别程序---3 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic
OpenSurf
- opencv+vc6.0+surf.主要是在vc6.0下面的运行的算法代码,c/c++语言编写 -opencv+vc6.0+surf
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.
es
- 基于灰度投影的电子稳像算法,与基于特征点匹配的方法相比,速度快,稳定性好,vs2008下编译通过,用c语言写的,方便移植,建议大家都来下载。-Based on Gray-projection electronic image stabilization algorithm based on feature point matching method compared to high speed, good stability, vs2008 compiled by using c languag
pattern3
- 模式识别中的K次平均算法实现。 C语言编写,读入文件中的特征值,对其进行分类-Pattern recognition algorithm K times the average. C language, read the file in the characteristic values of its classification
ARqianming
- 在线签名确定的AR算法实现,C语言编写,具体请见源代码-Online signature algorithm to determine the AR, C language, see the source code for the specific
C_for_fingerprint_recognization
- C语言的指纹识别程序,算法及处理流程完善,可供学习参考-C for fingerprint recognization
hmm
- 图像模式识别技术中,关于HMM算法用C语言实现-Image pattern recognition technology, on the HMM algorithm using C language
hb
- 数字图像识别技术中,使用C++语言对常用搜索算法,黑白棋的实现-Digital image recognition technology, the use of C++ language commonly used search algorithm, the realization of Othello
xihua3
- 细化算法C语言实现,图像模式识别,特别是结构特征识别,预处理中的必须步骤-Thinning algorithm, C language, image pattern recognition, especially the structure recognition, the pretreatment step must be
namber
- 一种快速车牌检测算法,能快速识别车牌,也可用于数字检测,采用C语言实现。-a fast number detect code,It can detect car card fast,also it can be use to detect number,use C
dtree
- C语言实现的决策树算法,广泛应用在模式识别中-C language implementation of the decision tree algorithm, widely used in pattern recognition
c-svm
- 用c语言实现支持向量机的算法,内容很好的,真的-C language support vector machine algorithm, good content, really
K-means--C
- 运用k_means 聚类算法 对图像进行分类识别 c语言代码-Using k means clustering algorithm for image classification to identify c language code