搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
简单的绘图系统
- 一个绘图程序,可以在窗口中绘制圆、椭圆、矩形、直线等基本图形,是在VC++中的MFC中编写的-a drawing program can be drawn in the window round, oval, rectangular, linear basic graphics, the Visual C + + in the preparation of the MFC
绘制绘图&曲面系统
- 一个绘图系统,可以绘制简单的基本的图形,也可以显示Bezier等基本的曲面,是用VC++的MFC编写的-a mapping system that can draw simple basic graphics, can also show that the basic Bezier curves, and is using VC + + MFC prepared
基于VC++6的车牌检测系统
- Mfc 应用程序 车牌识别 基于Opencv-Mfc Opencv-based license plate recognition applications
汽车牌照识别系统软件
- 车牌识别源代码; MFC编写;
simulation-moving-use-OpenGL-in-MFC
- 许多运动物体控制的系统设计和仿真过程中,常需要形象、生动地显示被控对象的姿态及运动过程。利用开放图形程序库(OpenGL),可以直观地显示体三维运动仿真画面。-Many moving object control system design and simulation process, often require vivid display of the controlled object posture and movement. The use of open graphics libra
opencv_tracking001
- 基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
MyRain
- MFC+OpenGl模拟自然界中雨滴落入水池的效果-MFC+ OpenGl simulate the natural effect of raindrops falling into the pool
imagegraduatationdesign
- 毕业设计论文本文主要介绍了数字图像处理系统的设计和实现过程,系统设计运用MFC的设计思想,通过VC++实现系统框架,简化了软件的开发,提高了软件系统的灵活性、可扩展性和重用性。同时系统所有的操作设计得十分简单方便,无需具备有专业的知识,也能对图片完成编辑操作。-This paper describes a digital image processing system design and implementation process, the system design using the d
basic-graph-generation
- 一个图形生成MFC系统,有计算机图形学的基本图形绘制算法,包括直线的三种(DDA,中点,Bresenham),圆的两种(中点,Bresenham),椭圆(中点)及区域填充(多边形扫描线,种子扫描)-MFC system to generate a graph, with the basic graphics computer graphics rendering algorithms, including three straight (DDA, the mid-point, Bresenham
mfc-application-framework
- MFC应用框架 这是系统的学习MFC的一个阶段性过程 为我们以后进一步学习有很大的帮助-MFC application framework This is a phased process of systematic learning MFC is a great help for us to further learning after
MFC
- MFC实现手势识别系统源代码,可以实现很多图像处理的功能-MFC gesture recognition system source code, you can achieve a lot of image processing functions
MFC
- MFC数据库读写之学生管理系统 可以对学生系统进行简单的管理 在编写管理系统时可以借鉴-MFC write the student database management system can be a simple student management system at the time of the preparation of management system can learn
MFC
- MFC集成程序,以及菜单创建响应,时钟显示,获取系统时间,随机线生成,裁剪,以及清空-MFC clock display, random line clipping
完整的车牌识别系统
- 完整的车牌识别系统,推荐下载,基于MFC开发, 采用SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI)
指纹识别演示系统
- vc指纹识别演示系统,mfc界面,实现二值化,、分割增强、梯度场、细节点提取与特征匹配。源代码可以运行,还附有可执行程序。
OpenCVfaceHead
- OpenCv用于摄像系统人头统计,VISUAL C++.0 MFC版峰值计数1.0,加高速方向检测统计(OpenCv for camera system head count, VISUAL, C++.0, MFC version, peak count 1, plus high-speed direction detection statistics)
camera
- 打开系统摄像头,并且可以捕捉当前屏幕画面,然后保存(Open the system camera and capture the current screen image and save it)
计算机综合实训
- 本系统是基于vs2015环境编写的,根据大体功能,编写工作就是定好大框架,然后按照每个小功能独立编写调试。也就是一步一步写好每个消息响应函数。对于这个题目大致的认识是通过单文档界面的许多控件,实现设置图形绘制、读取保存图片、建立工具箱、图形区域复制、文字输入和橡皮擦的一系列功能。通过鼠标左键的按下抬起和鼠标的移动消息相应模仿windows 自带的画图功能的用户体验,并配合菜单栏进行功能选择,通过菜单栏实现可以存入位图文件的读取,从而实现的基本功能。(The system is based on
车牌识别系统
- 利用opencv进行车牌识别,包含识别样本(Using OpenCV for license plate recognition, including identification samples)