搜索资源列表
PlateReco
- 完整的车牌定位和识别系统,用VC++实现的,用户界面完整
License_plate_location
- 车牌定位的vc实现,而且是基于mfc的界面做的,移植性比较强-Vc license plate positioning to achieve, and the interface is based on mfc do, transplantation of relatively strong
Example
- 此源程序是基于vc++6.0写的,功能是读取bmp图片,目的是为了让初学者更容易入手学习c++界面设计以及图像处理-This source is based on vc++6.0 write, read bmp picture To make it easier for beginners to start learning c++ interface design and image processing
face_identify
- 基于vc++6.0和opencv1.0的人脸识别程序,通过网络摄像头采集视频并检测标记出人脸,利用MFC并将其实时显示在应用程序界面中。对于初学者掌握MFC编程有很大帮助-Based on vc++ 6.0 and opencv1.0 face recognition procedures, through the network video camera collection and detection marked face, using MFC and real-time display
Tire-mark-Pattern-recognition
- 使用大恒图像采集卡进行轮胎图像采集,利用VC++2005 采用WTL界面框架开发一个简单的轮胎表面标记的采集与识别系统。首先采用灰度化和直方图均衡化方法实现图像预处理,然后采用OTSU阈值分割方法实现图像的二值化,在二值图像基础上,采用阈值面积消去法(空穴检出)实现图像去噪处理,并采用径向投影方法实现字符分割,最后采用模板匹配方法实现轮胎表面标记的识别。-This research uses DaHeng image gathering card to carry on tire image g
指纹识别演示系统
- vc指纹识别演示系统,mfc界面,实现二值化,、分割增强、梯度场、细节点提取与特征匹配。源代码可以运行,还附有可执行程序。