搜索资源列表
myDImage654
- 包括图像的预处理,多种阈值分割方法,边缘提取,形态学处理,RGB到灰度图象的转换等等,用于图像的常规处理-including image preprocessing, multiple threshold segmentation, edge detection, morphology, RGB images to gray scale conversion, and so on, for the conventional image processing
HthDip
- 数字图像处理实验vc源码,有RGB转换为YUV灰度图像,图像的直方图及中值滤波-digital image processing experiments vc source, RGB to YUV gray image, image histogram and median filtering
DigitalImageProcessing_v1
- 本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图
ImageProcessSys
- 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
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
gray
- 展示了C#读取彩色图像,并且转换为灰度图的方法,读取图像时分别使用了getPixel,内存法,指针法,展示了C#读取图像的三种基本方法。-Convert a RGB image to gray image and give examples of reading image file with three different methods.
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
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
RGB-GRAY
- 一个简单的RGB转化为GRAY程序 比较适合初学者学习-A simple RGB into GRAY procedure more suitable for beginners to learn
hough_transform
- 该源代码程序的作用是将彩色图转换为灰度图-change RGB to gray
apnmwer
- To convert rgb to gray & b&W.
bdescvbvg
- To convert rgb to gray & b&W zxdfsdgv.-To convert rgb to gray & b&W zxdfsdgv.
RGB-to-GRAY-and-Canny-with-scroll
- 彩色图像转灰度图然后对其进行canny边缘检测-picture from color to gray and use canny to do the edge detection
OpenCV-trans-color
- 以OPENCV做的各種色彩轉換空間,有 RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr -To do a variety of color conversion OPENCV Space, RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr
RGB-to-Gray
- 实现将RGB图像转换的灰度图像,完成对图像的进一步处理。-Grayscale images to RGB image conversion to complete further processing of the image.