搜索资源列表
ColorSececter
- 颜色选择器,可提供RGB,HVI格式的颜色值,并直观显示颜色及其在颜色空间位置。 为别为编程开发设置了RGB()宏和ActiveX控件的颜色16进制属性
Pro1
- yuv,rgb颜色空间的转换,输入yuv颜色空间的灰度值,然后就可以输出rgb格式的图片-yuv, rgb color space conversion, color space input yuv gray value, then you can output rgb format image
changcolor_hsv
- 颜色空间转换RGB TO HSV,实现显色空间的转换,基于OPENCV-Color Space Conversion RGB TO HSV, to achieve the color space conversion, based on OPENCV
imageColorTransfer
- 主要是通过RGB到ιαβ空间的转换,实现源图像到目的图像的颜色迁移。-Mainly through the conversion of RGB to ιαβ space to achieve the source image to the destination image s color migration.
exp2
- 将图像的颜色空间从RGB转换到HSV,并计算两幅图像的匹配程度-The image of the color space conversion from RGB to HSV, and calculate the matching degree of two images
ColorPicker
- ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户
PloynomialsRegression
- 用多项式回归的方法编程实现了从设备相关颜色空间RGB到设备无关颜色空间Lab之间的转换。-Polynomial regression method with programming from the device-dependent RGB color space to device-independent color space conversion between Lab.
RGB
- 获取图像的RGB颜色空间值,该算法简洁,快速,逻辑性强,是值得借鉴的好算法
skindetect.m
- 有效的肤色分割程序,将RGB颜色空间转化到YCbCr空间,有效处理了光照 通过形态学处理完善了图片肤色分割的圆滑程度-Skin color segmentation and effective procedure to RGB color space conversion to the YCbCr space to deal effectively with the light through the morphological processing and improved color ima
image-show
- 获取图像的颜色空间数据。,RGB、HSl都能显示,以及获取图像的直方图。-Access to the image' s color space data. , RGB, HSl can show, as well as access to the histogram of the image.
color-space
- 这是我收集的一些关于颜色空间的资料,这些颜色空间包括RGB、YUV、CMYK、xvYCC、PhotoYCC、 HSI、HLS、HSV、CIE等-This is my collection of some of the information on color space, which include color space RGB, YUV, CMYK, xvYCC, PhotoYCC, HSI, HLS, HSV, CIE, etc.
jxf_BMP_0612
- 解析并显示位图文件,颜色空间的转换,显示RGB/YUV文件,图像的量化和采样 -Analytical and display a bitmap image file, color space transformation of the display RGB/YUV files, image quantization and sampling
ColorPicker
- 一个基于对话框的应用程序,它具有以下功能:色彩编辑功能,RGB颜色空间和HSV颜色空间的转换,取色功能-A dialog-based application, it has the following features: color editing functions, RGB color space and HSV color space conversion, take the color function
New-Folder
- 实现hsi颜色空间到rgb颜色空间的转换,还有rgb到hsi的转换,-Achieve hsi color space to the rgb color space conversion
JPEGsource_code
- JPEG采用的是YCrCb颜色空间,而BMP采用的是RGB颜色空间,要想对BMP图片进行压缩,首先需要进行颜色空间的转换。YCrCb颜色空间中,Y代表亮度,Cr,Cb则代表色度和饱和度(也有人将Cb,Cr两者统称为色度),三者通常以Y,U,V来表示-JPEG is used in YCrCb color space, and BMP is used in RGB color space, to compress the BMP image, we need to perform color s
Histogram
- 这个程序是能够根据你所加载的图像生成对应的RGB颜色空间的直方图-This program is capable of generating an RGB color space corresponding to the image of the loaded histogram you
ys
- 相关色彩模式知识: HSV颜色空间 HSV(hue,saturation,value)颜色空间的模型对应于圆柱坐标系中的一个圆锥形子集,圆锥的顶面对应于V=1. 它包含RGB模型中的R=1,G=1,B=1 三个面,所代表的颜色较亮。色彩H由绕V轴的旋转角给定。红色对应于 角度0° ,绿色对应于角度120°,蓝色对应于角度240°。在HSV颜色模型中,每一种颜色和它的补色相差180° 。 饱和度S取值从0到1,所以圆锥顶面的半径为1。HSV颜色模型所代表的颜色域是CIE色度图的一个子集,这个
changspace
- RGB颜色空间转换到HSL颜色空间,MATLAB编译(RGB color space is converted to HSL color space, MATLAB compilation)
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image color feature extraction and f
lena
- SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S