搜索资源列表
Shape-Recognition
- 這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-1- Read the RGB (colored) image in from user. 2- Convert image from (RGB) colored to gray image. 3- Threshold the image (convert gray image to binary image). 4- Invert the binary image (in order to speed
Yuv2rgb.tar
- converted yuv422 to RGB 24/32 and converted RGB 24/32to yuv422 based on logitech co.
PseudoColorImageProcessing
- 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image pro
gray-scale
- 属于图像预处理部分,转化后的灰度图仍是RGB图-Image Pre-processing is part of the transformation is still grayscale RGB Chart
rgb_to_gray
- Rgb to Gray/hsv .by matlab. sourcedode
ColorProcess
- VC++6环境编译的彩色数字图像处理程序。结合MFC形成独立可执行程序。具有功能:RGB三原色的提取和滤除,彩色位数转化,彩色图像的灰度化,颜色、亮度和对比度的调整-VC++6 compiler environment of the color digital image processing. Combined into an independent executable program MFC. Has a function: RGB three primary colors of the
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
gray
- 展示了C#读取彩色图像,并且转换为灰度图的方法,读取图像时分别使用了getPixel,内存法,指针法,展示了C#读取图像的三种基本方法。-Convert a RGB image to gray image and give examples of reading image file with three different methods.
rgb_gray_convert
- RGB TO GRAY SCALE CONVERSION
IMAGE-FUSION-resolutionmerge
- Monochromatic (gray scale) low resolution image is converged to colored image by false color mapping to "hot" color scheme. This RGB image is then converted to Hue, Saturation and Value (HSV) image. Value component is replaced by higher resolution im
ImgProHSI
- This using OpenCV to do a image processing. First I change the RGB format to HSI format convert the image to gray image. And you could add some more process code in the HSI and convert it back to the RGB mode. -This is using OpenCV to do a image proc
9927421color2gray
- 真彩色RGB图像转灰度图像的程序,大家可以试一试-RGB to gray
PeerGuardia
- converts rgb to gray
convert-image-to-gray
- code to convert an RGB image to gray image easily to acces very fast.... and complicated algorithmm...
RGBtoGray
- RGB转灰度处理程序,算法简洁,容易懂,且具有可移植性-RGB to Gray
Lab2
- RGB to gray scale conversion of image.
RGB-to-GRAY-and-Canny-with-scroll
- 彩色图像转灰度图然后对其进行canny边缘检测-picture from color to gray and use canny to do the edge detection
gray
- Change image rgb to gray level in opencv-Change image rgb to gray level in opencv
RGB-to-Gray
- 实现将RGB图像转换的灰度图像,完成对图像的进一步处理。-Grayscale images to RGB image conversion to complete further processing of the image.
rgb-to-gray-level
- Convert a RGB image to gray level image.