搜索资源列表
VC_imagetest
- 含有功能为: 图像读取与显示、保存 24位彩色图转化为256色灰度图 灰度图像反色、增加亮度 给灰度图像加边框 还有: 对操作进行计时,精确到毫秒 在确认对话框上显示信息 输入对话框中输入参数-contain functional : read and display images, preservation of 24 color into a 256-color grayscale image-gray color and brightness to i
image-go
- 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源
bmp_resolution
- 位图图像处理,能打开8位,24位位图,进行彩色转灰度,亮度,对比度调整,二值化操作!-resolution for bmp image handling.
Licensenumber
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
256
- 将256色的彩色图片转为灰度图像 256色转灰度图-The 256-color images to grayscale images of color
hist_bmp
- 使用VC++画出bmp的直方图,本程序支持8位的灰度位图,如果你的图像时24为的真彩色位图,应该先转化为8位的灰度图像然后再画直方图-To use VC++ draw the histogram of bmp, this program supports 8-bit grayscale bitmap 24 for your image true color bitmap, should be converted to 8-bit grayscale image and then draw the
256-colors-to-grayscale
- 256色转灰度图,实现将彩色图像转化为灰色图像的功能-256 colors to grayscale, color image into a gray image function