搜索资源列表
Convert2.1
- 一转BMP为数据的单EXE软件,网上找不到的(IC 供应商内部的)方便LCD同行使用,可以转Gray & RGB.-BMP switch to a single data EXE software. not online (IC vendors internal) to facilitate the use of peer-LCD can switch Gray
RGB_color_transform_gray_level_co-design_of_C_and_
- to use verilog code and c to translate a RGB bmp image(512*512) to a gray level image
contrastproject
- A Graphical user interface for image enhancement. You can set the contrast, color, sharpness as well as you can convert the rgb image to gray
rgb_gray_convert
- RGB TO GRAY SCALE CONVERSION
Text_hide_color_image
- code for gray to rgb conversion
GRAYtoRGB
- 灰度图像转化成彩色图像,里面含有实现的论文-the transformation of gray inage to RGB image
ShowImg
- 点击图片可以直接显示灰度值,显示彩色图像的RGB值,使用MFC编程实现-Click on the picture can be displayed directly gray value, RGB value of the color image display using MFC programming
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放