搜索资源列表
印章鉴定系统
- 算法代码,分别提取两类不同的特征。 使用时直接将代码拷贝到需要使用的地方即可。 代码片断在Visual C++6.0下可编译。-Difference withdraw two kind oves different characteristics. Use time directly will code s copy go need use de place and then be OK. Code s fraction at Visual C+ +6.0 under can trans
digitrec
- 数字图象识别,做成Dll行式的,包括C++和Delphi的demo(注:代码不是我实现的)-Digital image recognition, made Dll line, including C++ and Delphi' s demo (Note: I did not realize the code)
26229262[1]
- 一种快速的图像定位方法 一种快速的图像定位方法-A Ra pi d Lo c a t i o n Me t h o d o f Ve hi c l e Li c e n s e Pl a t e
28387917[1]
- 汽车牌照图像定位技术 汽车牌照图像定位技术汽车牌照图像定位技术-An a l y s i s o f Li c e ns e P l a t e Lo c a t i o n T e e h n ol og y
Rubycon
- It s a neural secretary that recognize and speech with people. I wrote this software 4 year ago and it s for C++Builder 5.0
figeridentification
- C/S架构的指纹识别系统,完成了客户端和服务器端对指纹数据的采集和对比,用C++完成-C/S structure of the fingerprint identification system, the completion of the client and server side of the fingerprint data collection and comparison, complete with C++
facetest
- (C++)基于WebCam的人脸检测,用于人脸识别系统。高效识别照片,视频等-is based on a WebCam s face detection for face recognition system. Efficient identification photos, videos, etc.
Palmprint-paper
- 这是几篇优秀硕士论文,关于掌纹识别的,在matlab和C++中可以实现的,可以作为硕士参考,希望对大家有帮助。-This is a few outstanding master s thesis, about palmprint recognition, in MATLAB and C++ can be achieved, can be used as a master reference, and they hope to help everyone.
RMS
- 在开始做电子文档管理的时候,一窍不通,上网找了一圈明白个大概。该电子文档管理是基于微软的RMS技术实现对office文件,包括word,excel,ppt等文件的授权管理,有两种开发方法。其一是利用微软提供的sdk开发包,其二是利用office的动态链接库,本文采用的是后一种方法。资源分设置成10分,我觉得是必需的,毕竟自己有了很长的时间来完成代码的,我使用的事VS2010利用MFC实现对office文件的授权管理,网上这方面的实例很少,有几个是利用C#实现的,但是在使用MFC实现的过程中会出现
dijkstra_openmp
- DIJKSTRA_OPENMP is a C++ program which illustrates the use of the OpenMP application program interface by implementing Dijkstra s minimum graph distance algorithm
SVM
- SVM的C语言实现代码,可以直接移植到自己的工程中。-SVM' s C language code can be directly transplanted into their own works.
VCPP_MODIVC_Demo
- Microsoft Office文档图像库(MODI)与Office 2003包,可以让我们很容易地集成到自己的应用程序中的OCR功能。MODI的OCR为Visual C ++程序。我决定挖这个东西,写此示例演示程序,显示基本的东西MODI的OCR功能。我相信有些人可能有兴趣在这个程序中. 该项目首先开始的Visual C++6.0,然后升级到Visual Studio。NET 2003中,我已经包括了两个项目文件的演示程序。手动运行中的Visual C++ 6.0,打开MODIVCDemo
CodeServer
- 用java写的基于c/s模式的,验证码破解程序。非常好用。-Java write c / s mode, authentication code cracking program.Very easy to use.
Release
- 闲时无聊,搭了一个基于深度神经网络的手写数字识别系统。该系统在手写数字数据库mnist测试达到了99.22 的准确率。整个系统基于C++开发,可以很方便的移植到其他平台。 其中手写数字数据库mnist(http://yann.lecun.com/exdb/mnist/),有60000个训练样本数据集和10000个测试用例。它是由Google实验室的Corinna Cortes和纽约大学柯朗研究所的Yann LeCun建立的一个手写数字数据库。同时它是nist数据库的一个子集。
pwntcha
- pwntcha 是“Pretend We’re Not a Turing Computer but a Human Antagonist”的缩写,由Sam Hocevar使用C语言编写的验证码识别程序-PWNtcha stands for Pretend We’re Not a Turing Computer but a Human Antagonist , as well as PWN capTCHAs. This project’s goal is to demonstrate the i
qr
- At this stage the microcontroller clock setting is already configured, this is done through SystemInit() function which is called startup file (startup_stm32f4xx.s) before to branch to application main. To reconfigure the default setting of
JP2380
- 此为力盛公司的指纹模组JP2380——API源码,采用C语言编写,使用串口通信,可直接下载使用。内有API接口的详细测试源码以及说明,项目正在使用,吐血奉献。-This is Li Sheng s fingerprint module JP2380- API source code, using C language, the use of serial communication, direct download. There are detailed test API interface s
sinflution
- 用C语言编写的在Simulink环境下对转速可调永磁直流电机进行数值仿真的S函数源代码-Written in C language in the Simulink environment numerical simulation was carried out on the speed adjustable permanent magnet dc motor S function of the source code
条码识别
- Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.