搜索资源列表
4.8 真彩色转256 色源程序
- 本程序实现了彩色图到灰度图的转换,本程序用delphi语言实现,-realized by the color of a grayscale conversion, the procedures used delphi language,
简单的图象转换示例
- 一个简单的图象转换示例:利用MFC中的CFILE类将彩色BMP转换为灰度图,算法采用生理学标准,即0.3R+0.59B+0.11G-a simple image conversion Example : The MFC CFILE BMP type of conversion to color the gray level, the algorithm used in Physiology standards, R is 0.3 0.11G 0.59B
image_color_to_gray
- 把彩色图像转换成灰度图象,使用公式:gray=0.30*R+0.59*G+0.11*B
ColorProcess
- 该程序实在打开和保存bmp图像功能,并主要实现bmp图像从真彩色向灰度图的变化
256colorpictureturntogray
- 用VC++实现下面的功能:将彩色图片(256色)转成为灰度图
20081002
- VC编写的24真彩色转灰度图的程序
SetColorToGray1.2ct
- 一个将灰度图上色的软件,通过一幅参考图像的色彩信息,实现对一个类似灰度图的彩色化 。只要在菜单中先选择一个彩色图作为参考图,再选一个(LoadImg菜单)灰度图(24位),在Proc即可
transfer
- 利用VC实现真彩色位图到灰度图的转换,描述了如何使用变换。
2005419135230902
- 256色转灰度图可以将彩色图象转化为灰度图象-256 grayscale color to color images can be converted into gray-scale image
bmp_resolution
- 位图图像处理,能打开8位,24位位图,进行彩色转灰度,亮度,对比度调整,二值化操作!-resolution for bmp image handling.
256togray
- 256彩色转灰度图源代码,希望大家在24位转256灰度图上交流,我还在研究中-256 color to grayscale source code, hope that in 24 to 256 grayscale on the exchange, I also study
bmpinout
- 将彩色bmp图片转为灰度图,转换规则可自定义-Bmp picture to color to grayscale, conversion rules can be customized
wave
- MATLAB实现灰度图和彩色图的数字水印,有图像用户界面的-MATLAB realization of grayscale and color map of digital watermarking, a graphical user interface
ImageProcessing
- 图像处理系统源码 功能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码 -Image processing system features a more comprehensive source of image processing system. The main contents incl
Licensenumber
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
image-proses-Demo
- 图像处理 vc++实现 ,处理灰度图,彩色图处理,包括旋转,缩放,滤波,特征提取,模板匹配,灰度共生矩阵 等-Vc++ image processing implementation, processing grayscale, color image processing, including rotation, scaling, filtering, feature extraction, template matching, gray level co-occurrence matrix,
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
daima
- 在matlab中,将灰度图转变为彩色图。很不错的应用。(In MATLAB, grayscale images are transformed into color graphs. Very good response)
三种灰度图象伪彩色方法
- 用三种不同的方法分别对灰度图像进行伪彩色化,希望总有一种方法适合。(Three different methods are used to get the False Color image of the color gray image. hope can give you some help .)
Gray Img Cluster
- Python通过遗传算法计算阈值,将彩色图片以灰度图的形式导出(Python calculates thresholds through genetic algorithms.)