搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
一个绘图程序(mfc)
- 一个绘图程序(mfc),可以在此基础上继续开发出更完备的绘图程序 -a drawing program (mfc), can continue to build on this and develop more comprehensive mapping procedure
Reconize_chepai
- 这是一个车牌是识别的程序,我用Vc++中的MFC开发的,当输入一个车的照片时,该程序能够将车牌标识出来。-This is a license plate is to identify the procedure, I used Vc of MFC, when the importation of a vehicle of photographs, the program can be marked plates.
character_recognition
- 基于MFC的汉字识别算法,源代码通俗易懂-Chinese character recognition algorithms, source code is easily understood
FaceDetection
- 用VC++ MFC实现图像中的人脸检测和识别.<<Visual C++ 实践与提高-数字图像处理于工程应用篇>>附带光盘中的代码,第十三章,实现人脸检测所有功能.
1
- 是关于人脸检测的mfc的源代码 里面有从各功能的实现 程序代码可以运行
DigitalRco
- 用MFC实现的数字识别系统源代码,可识别多种不规则的数字
mfc3DFONT
- mfc图形文字识别转换-mfc graphics conversion Character Recognition
vehiclehsv
- 基于MFC的车牌识别系统,完成车牌预处理,分割,识别等功能
chepaidingwei
- 用vc++ MFC编写的车牌定位系统,能较好的完成定位提取车牌
Object_Tracking
- 用坐标输入来选定跟踪区域,内层算法为meanshift,截面为mfc
cell_recognition_system
- 代码是基于MFC建立的细胞识别统计系统,通过菜单“处理”“显示”能将细胞从图象中分割出来 并能统计细胞个数
汽车牌照识别系统软件
- 车牌识别源代码; MFC编写;
OpenCV_Object_Detection_Theory
- 《OpenCV 目标识别:理论和实现》,OpenCV开发团队负责人的报告 英文PPT,pdf格式,OpenCV_Object_Detection_Theory_and_Practice,English slides, pdf format
Reconizechepai.rar
- 这是一个车牌是识别的程序,我用Vc中的MFC开发的,当输入一个车的照片时,该程序能够将车牌标识出来 ,This is a license plate is to identify the procedure, I used Vc development in MFC, when the importation of a car photo, the program can be out of license plate logo
ranCheck
- 一款用MFC写的简易数字验证码识别软件,非常好用-Easy to use MFC to write a number of verification code recognition software is very easy to use
MouseGesturesDemo
- 利用MFC写的一个鼠标手势识别的DEMO程序。-MFC write using a mouse gesture recognition of the DEMO program.
AdaBoostHumanFaceDetection
- Adboost关于人脸的检测程序(VC++),利用MFC控件实现的。-Use adboost to detect human face(VC++),and it is a MFC project.
susan_edge_mfctest
- Susan Edge Detection MFC demo - this demo detects edges quickly. Includes actual edge detection algorithms. Can be used with CxImage fairly easily.-Susan Edge Detection MFC demo - this demo detects edges quickly. Includes actual edge detection algori
DIB
- MFC没有封装DIB,但在程序中经常用到,该DibImage.cpp包含了对DIB处理的所有函数,头文件也随之附上。-MFC does not encapsulate DIB, but often used in the process, the DIB handled DibImage.cpp contains all the functions of the header file also will be attached.