Welcome![Sign In][Sign Up]
Location:
Search - HSV TO RGB C

Search list

[GDI-Bitmapcolortrans

Description: 空间色彩转换的代码,从RGB空间转换到HSI空间和RGB与HSV互换 包含两个文件 rgb2hsi.cpp,rgb-hsv.c-color space conversion code, space conversion from RGB to RGB and HSI space swap with HSV document contains two rgb2hsi.cp p, rgb - hsv.c
Platform: | Size: 1423 | Author: 白伊清 | Hits:

[Special Effectsrgb2hav

Description: RGB颜色空间转换到HSV颜色空间的C++Builer 程序-RGB color space conversion to HSV color space C Builer procedures
Platform: | Size: 986 | Author: 薄薄 | Hits:

[GDI-Bitmap将RGB转换为HSV空间的C程序

Description: 此代码可将RGB色空间转换为HSV色空间-this code can be RGB color space conversion to HSV color space
Platform: | Size: 1662 | Author: 周迎风 | Hits:

[Graph programImageProcessing homework

Description: 数字图像处理课程老师留的作业,可以用来显示512*512的RGB图像,及实现和HIS和HSV格式图像得转换-The homework of the imageprocessing teacher,which can be used to display the RGB image with 512*512 formation, and to process the format conversion between the HIS and HSV.
Platform: | Size: 2852864 | Author: 李素芝 | Hits:

[GDI-Bitmap将RGB转换为HSV空间的C程序

Description: 此代码可将RGB色空间转换为HSV色空间-this code can be RGB color space conversion to HSV color space
Platform: | Size: 1024 | Author: 周迎风 | Hits:

[GDI-Bitmapcolortrans

Description: 空间色彩转换的代码,从RGB空间转换到HSI空间和RGB与HSV互换 包含两个文件 rgb2hsi.cpp,rgb-hsv.c-color space conversion code, space conversion from RGB to RGB and HSI space swap with HSV document contains two rgb2hsi.cp p, rgb- hsv.c
Platform: | Size: 1024 | Author: 白伊清 | Hits:

[Special Effectsrgb2hav

Description: RGB颜色空间转换到HSV颜色空间的C++Builer 程序-RGB color space conversion to HSV color space C Builer procedures
Platform: | Size: 1024 | Author: 薄薄 | Hits:

[Special Effectsrgb-hsv

Description: 一些关于图像处理的小程序,这是一个由RGB转换到HSV的小程序,以后会继续发些小程序。-Some image processing on a small program, which is a conversion from RGB to HSV small procedures, will continue to issue small procedures.
Platform: | Size: 1024 | Author: 周泽华 | Hits:

[Special Effectsrgbhsv-2hsi

Description: 实现图像由rgb到hsi和HSV转换C++代码,hsi-长度为3的双精度数组,rgb- 长度为3的双精度数组-Image from rgb to HSI and HSV conversion C++ Code, hsi-length 3 double precision array, rgb-length 3 double precision array
Platform: | Size: 1024 | Author: 张娜 | Hits:

[Special Effectsrgb_to_gray

Description: Rgb to Gray/hsv .by matlab. sourcedode
Platform: | Size: 2048 | Author: mooi | Hits:

[Special Effectscolorspacezhuanhuan

Description: RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from color space src to color space dest . Example: B = colorspace( HSV<-RGB ,A) Convert image A from RGB to HSV C = colorspace( YCbCr<-HSV ,B) Convert HSV to YCbCr D = colorspace( RGB<-YCbCr ,C) Convert YCbCr back to RGB
Platform: | Size: 4096 | Author: 李佳航 | Hits:

[OpenCVgussmix

Description: 本程序是对混合高斯模型的改进,从RGB空间转化到HSV空间。运行时要装OPENCV-This program is a Gaussian mixture model improvement, space conversion from RGB to HSV space
Platform: | Size: 1024 | Author: 秦瑶 | Hits:

[Special EffectsPixelConvert

Description: 将图像的RGB转换为HSV、xyz空间显示 逐个像素点读取 附带注释 有用opencv做的 也有用纯c做的-The RGB image is converted to HSV space-by-pixel display reads annotated to do with the opencv
Platform: | Size: 5120 | Author: Yang Ge | Hits:

[Special EffectsRGB-to-HSI-HSV-CPP

Description: 关于色彩空间RGB转化成为HSI与HSV的C++源代码-RGB color space on the HSI and HSV transformed into the C++ source code
Platform: | Size: 1024 | Author: 石宇 | Hits:

[.netrgbtohsv

Description: sample source code for rgb to hsv in visual c++
Platform: | Size: 9216 | Author: sindhu s | Hits:

[Button controlcolorpick_demo

Description: HSV颜色空间与RGB空间是应用相当广泛的两个颜色空间,但是计算机领域往往用的多的是RGB,如果想要利用HSV模型就需要做相应的公式转换,本源码就是做相应的HSV到RGB转换的C++程序,从程序里面可以分析出转换的公式。编译后可以得到一个颜色拾取控件。-HSV color space and RGB color space is the application of a wide range of two color space, but the computer field is used more often RGB, HSV model if you want to use a formula you need to do the appropriate conversion, the source is accordingly HSV to RGB conversion C++ procedures, which can be analyzed from the program conversion formula. Compiler can get a color picker control.
Platform: | Size: 9892864 | Author: Michael | Hits:

[Dialog_WindowDigital-Image-Processing

Description: 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放(灰度插值)变换 五、 编程实现图象的FFT变换和反变换 六、 用逆滤波方法和维纳滤波方法恢复运动模糊图象(加噪声和不加噪声) 七、 编写程序实现灰度图象的分割: 1、阈值化算法:手动阈值、自动阈值(大津阈值) 2、区域生长 3、区域分裂合并-There is source code for learning C++ people one reads a grayscale image, write a program to display the image in any one pixel gray value. Second, the programming RGB color space to the HSV color space conversion, and by adjusting the H, S, V values achieve adjust image brightness, color and color saturation. Third, 1 gray linear transformation, piecewise linear transformation 2. histogram equalization 3. image normalized convolution: a variety of templates for low pass, high pass filter 4. image median filtering, the maximum filter minimum filtering, template selection pseudo-color image enhancement filter 5. four, plus 1 image, subtract, multiply, divide, and logic operations. 2. The image of image transformation, zoom images (grayscale interpolation) into five, programming image of FFT and inverse transform six, inverse filtering method and Wiener filtering method to restore motion blur image (plus noise and without noise) Seven, programming Grayscale image segmentation: 1, thresho
Platform: | Size: 1072128 | Author: zl | Hits:

[AlgorithmIntelligent-Image-Color-Reduction-and-Quantizatio

Description: In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent clustering approaches: (a) k-Means Algorithm, (b) Fuzzy c-Means Clustering (FCM), and (c) Self-Organizing Map Neural Network. The implemented code, uses RGB and HSV color coding, to perform the clustering task, and user can desired approach of coding.-In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent clustering approaches: (a) k-Means Algorithm, (b) Fuzzy c-Means Clustering (FCM), and (c) Self-Organizing Map Neural Network. The implemented code, uses RGB and HSV color coding, to perform the clustering task, and user can desired approach of coding.
Platform: | Size: 252928 | Author: Mustafa | Hits:

[Special Effectschang

Description: 这是用来rgb转换成hsv的c语言代码,so good about this-this is about rgb change to hsv that is c lanuage
Platform: | Size: 1024 | Author: 唐智慧 | Hits:

[matlabColor Reduction and Quantization

Description: Color Reduction and Quantization using k-Means, Fuzzy Clustering (FCM), and SOM Neuarl Network in MATLAB In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent clustering approaches: (a) k-Means Algorithm, (b) Fuzzy c-Means Clustering (FCM), and (c) Self-Organizing Map Neural Network. The implemented code, uses RGB and HSV color coding, to perform the clustering task, and user can select desired approach of coding.
Platform: | Size: 248832 | Author: amardz | Hits:

CodeBus www.codebus.net