搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
redbirdsource1
- Windows位图(Bitmap)和调色板(Palette) 功能是打开一幅位图,并显示在屏幕上。-Windows Bitmap (Bitmap) and the palette (Palette) function is an open Bitmap rate, and on the screen.
chp1
- 第1章 Windows位图和调色板,该章用于显示位图,对初学者有很大的帮忙。
source1
- Windows位图(Bitmap)和调色板(Palette)-Windows(Bitmap)(Palette)
IntroductiontoCsourcecodeanalysisimageprocessing.z
- 图像处理入门C源码分析 第一讲Windows位图和调色板 第二讲图象的几何变换 第三讲 图象的平滑去噪声锐化-Introduction to C source code analysis, image processing the first Windows Bitmap and palette talk about the second third stresses the geometric transformation image image noise smoothing t
SOURCE11
- Windows位图(Bitmap)和调色板(Palette) source目录下为本章介绍的源程序 功能是打开一幅位图,并显示在屏幕上。 命令行编译过程如下 vcvars32 rc bmp.rc cl bmp.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Windows Bitmap (Bitmap) and the color palette (Palette) source d
compress
- 第1章 Windows位图和调色板 第2章 图象的几何变换 第3章 图象的平滑(去噪声)、锐化 -Chapter 1 Windows Bitmap and palette first image geometric transformation Chapter 3, the image smoothing (to noise), sharpening
chap01
- 数字图像处理编程入门(吕风军)第一章第1章 Windows位图和调色板-Windows Bitmap and palette of the first chapter, Chapter 1 of the digital image processing program entry (Lv Fengjun)
opencv
- word详细介绍了Windows位图(Bitmap)和调色板(Palette)、图象的几何变换、图象的平滑(去噪声),sourse里有对应的代码-word detailing the Windows bitmap (Bitmap) and Palette (Palette), geometric transformations, image smoothing the image (to noise), sourse there is a corresponding code