搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
FaceDetection
- 用VC++ MFC实现图像中的人脸检测和识别.<<Visual C++ 实践与提高-数字图像处理于工程应用篇>>附带光盘中的代码,第十三章,实现人脸检测所有功能.
yibiaoshibie
- 图像处理的指针式仪表识别,利用OPENCV库,MFC对话框程序-Image processing pointer instrument identification, the OPENCV libraries, MFC dialog program
huffman_bmp
- 这是我们C++课做了一个月的课程设计,主要是用MFC实现了软件界面,并实现了各种图像的识别和图像处理-This is our c++ class to make a month of curriculum design, mainly with MFC realized software interface, and realized the various image recognition and image processing
facedetectcPPmfc
- 用c++写人脸检测系统,用了mfc做界面,程序里附带了一些图像处理的基本操作 膨胀 腐蚀 光线补偿等 网上的-C++ written with face detection system, using the mfc interface to do the program with some image processing in the basic operation of dilation and erosion light compensation online
TEXST
- MFC灰度图像处理,包括打开显示,滤波,二值化,直方图,几何变换等-MFC gray-scale image processing, including open display, filtering, binarization, histogram, geometric transformations, etc.