Location:
Search - vc chepaishibie
Search list
Description: 车牌识别系统,用VC++编写的程序可以识别不同厂家生产的不同的车牌-number plate recognition system, prepared by VC program can identify different manufacturers to produce the different license plates
Platform: |
Size: 239078 |
Author: mingwen |
Hits:
Description: 车牌识别源码
使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI)
1)位图信息的数据是从左下往右下为一行,一行一行往上排的。
2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。
3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。
4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。
5)程序执行流程
应用程序生成--》打开--》CDipView的OnFileOpen 函数--》
调用CDipDoc的FileOpen 函数--》并使用myDoc->UpdateAllViews(NULL) 刷新
自动调用CDipView的OnPaint函数--》调用CDipView的OnDraw函数----一个像素点一个像素点的画
Platform: |
Size: 233528 |
Author: kongge |
Hits:
Description: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI)
Platform: |
Size: 288560 |
Author: shennq |
Hits:
Description: 读BMP文件,只能打开256色 (可以是灰度)
显示和内存贴图技术
关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved
每一个像素点都有一个相应的数组。
关于VC和windows 的绘图机制:
使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文
windows下的MFC编程机制,消息驱动,事件等待!
全局的app(应用程序对象)
注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源
每一个new操作符都要对应一个delete
Platform: |
Size: 201569 |
Author: 嘉川 |
Hits:
Description: 本源码为车牌识别的VC++源码,能对车牌的数字,字母,汉字进行识别,识别效果好。
Platform: |
Size: 741607 |
Author: 杜玉 |
Hits:
Description: 车牌照识别的源代码,vc++工具完成,可以运行,放心下载。
Platform: |
Size: 207243 |
Author: kaobodj |
Hits:
Description: 车牌识别系统,用VC++编写的程序可以识别不同厂家生产的不同的车牌-number plate recognition system, prepared by VC program can identify different manufacturers to produce the different license plates
Platform: |
Size: 238592 |
Author: mingwen |
Hits:
Description: 车牌识别源码
使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI)
1)位图信息的数据是从左下往右下为一行,一行一行往上排的。
2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。
3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。
4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。
5)程序执行流程
应用程序生成--》打开--》CDipView的OnFileOpen 函数--》
调用CDipDoc的FileOpen 函数--》并使用myDoc->UpdateAllViews(NULL) 刷新
自动调用CDipView的OnPaint函数--》调用CDipView的OnDraw函数----一个像素点一个像素点的画
Platform: |
Size: 233472 |
Author: kongge |
Hits:
Description: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI)-Use VC++ 6.0 to do development tools, SDI, using a simple frame structure, a deal with a bitmap (who are interested can make MDI)
Platform: |
Size: 287744 |
Author: shennq |
Hits:
Description: 读BMP文件,只能打开256色 (可以是灰度)
显示和内存贴图技术
关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved
每一个像素点都有一个相应的数组。
关于VC和windows 的绘图机制:
使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文
windows下的MFC编程机制,消息驱动,事件等待!
全局的app(应用程序对象)
注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源
每一个new操作符都要对应一个delete
-Reading of BMP files, open only 256 colors (can be a gray-scale) display and memory mapping technology on the palette: the palette is actually an array, 4 BYTE are B, G, R, and every Reserved pixel has a corresponding array. On the VC and the windows of the drawing mechanism: the use of GDI (Graphics Device Interface) objects, used by CDC category, CPaintDC same (device-context) equipment under the windows context MFC programming mechanisms, message-driven, event wait! Overall app (application objects) Note the allocation of memory, manual removal and CDC object to delete the GDI release system resources every new operator should correspond to a delete
Platform: |
Size: 238592 |
Author: 嘉川 |
Hits:
Description: 本源码为车牌识别的VC++源码,能对车牌的数字,字母,汉字进行识别,识别效果好。-The source code for license plate recognition VC++ Source can license plates numbers, letters, Chinese characters for identification, to identify effective.
Platform: |
Size: 1033216 |
Author: 杜玉 |
Hits:
Description: 车牌照识别的源代码,vc++工具完成,可以运行,放心下载。-Car license plate recognition source code, vc++ Tools to complete, you can run, rest assured that download.
Platform: |
Size: 206848 |
Author: kaobodj |
Hits:
Description: 用VC++ 6.0编写的,主要用于对车牌的识别,希望对大家有用。-Using VC++ 6.0, prepared primarily for the identification of the plate, I hope useful for all of us.
Platform: |
Size: 1384448 |
Author: 尹豪 |
Hits:
Description: 采用VFW框架 VC 车牌识别
运用VC数字图像处理算法-VFW VC
Platform: |
Size: 2188288 |
Author: 李引 |
Hits:
Description: 一个完整的车牌识别源码,很不错的资料,vc++的源码-A complete license plate recognition source code, very good information, vc++ source code
Platform: |
Size: 2736128 |
Author: weige |
Hits:
Description: 车牌识别程序,在VC IDE下采用数字图像处理算法完成,简单且实用-License plate recognition program, under the VC IDE completion of digital image processing algorithms, simple and practical
Platform: |
Size: 2183168 |
Author: 李引 |
Hits:
Description: VC下实现车牌识别的工程,包括灰度化,二值化,描边,求矩形,标出车牌,快速定位等过程-VC license plate recognition to achieve the project, including graying, binary, strokes, a rectangular, marked license plates, the process of rapid positioning
Platform: |
Size: 1924096 |
Author: fengj |
Hits:
Description: 车牌定位的,一个很好的程序,基于VC平台实现,希望大家喜欢-License plate location, and a very good program, based on VC platform, hope you like
Platform: |
Size: 442368 |
Author: 王高明 |
Hits:
Description: 车牌的定位 ,分割 ,识别 ,分析,VC-License plate positioning, segmentation, identification, analysis, VC++
Platform: |
Size: 3323904 |
Author: 顾磊 |
Hits:
Description: VC做的车牌识别系统,包括车牌定位、分割、识别-The VC license plate recognition system
Platform: |
Size: 4141056 |
Author: 于联络 |
Hits: