搜索资源列表
Problem2_6
- 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
PicRecognize_zf@swjtu
- 将RGB颜色空间实时转换到HSI、YUV、YIQ颜色空间,是数字图像处理及模式识别过程的不可缺少的助手。-to RGB color space conversion to real-time HSI, YUV, YIQ color space, digital image processing and pattern recognition process of the indispensable assistant.
PicPixColor
- 提取鼠标位置像素RGB值,并实时转换到颜色空就YUV、YIQ、HSI.前几天文字说明和内容张冠李戴了,这次不会错了。-mouse extract pixel RGB values position, and switch to real-time on the YUV color space, YIQ, HSI. A few days ago, notes and content boil, the current stop.
Color_Conversion_Algorithms_cold
- Color Conversion Algorithms.• RGB to HSV & HSV to RGB • RGB to YIQ & YIQ to RGB • RGB to XYZ & XYZ to RGB • XYZ to CIE L*a*b* (CIELAB) & CIELAB to XYZ • XYZ to CIELUV & CIELUV to XYZ-Color Conversion Algorithms.
RGB-YIQ
- 此代码为opengl开发的RGB-YIQ颜色转换
cox1_1101523995
- cox 的水印源码, 有多个檔,psnr, RGB to YIQ, YIQ to RGB
colorspace
- 实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换
1
- 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar
ColorConversion.rar
- 各种颜色空间模型之间的相互转换。RGB,CMY,YIQ,XYZ,HSI之间的转化,A variety of color space conversion between the models. RGB, CMY, YIQ, XYZ, HSI conversion between
101259378luv_rgb_yuv_lab_space
- Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
EnhancementOfColorImage
- 这是对于彩色图像的增强锐化处理,分别采用RGB三个空间,以及YIQ空间进行处理,需要的人可以区别采用,试一试-This is for the enhanced color image sharpening processing, respectively, using the three RGB space, as well as the YIQ space to deal with those who need it can be the difference between using, t
colorspacezhuanhuan
- 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 col
ctex
- In this project, we intend to segment natural images by combing colour and texture information. For this we will be using an unsupervised image segmentation framework (referred to as CTex) that is based on the adaptive inclusion of color and texture
colorspace
- 颜色空间转换,RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 等色彩制式之间的装换,matlab-Color space conversion, RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch equipment such as color change be
ColorConversion
- 各种颜色空间模型之间的相互转换。RGB,CMY,YIQ,XYZ,HSI之间的转化-A variety of color space conversion between the models. RGB, CMY, YIQ, XYZ, HSI conversion between
prob1
- garma transformation change RGB color model to YIQ color model draw histogram
RGB2YIQ
- 将一幅图像颜色分布从RGB空间转换到YIQ空间,然后再YIQ空间下进行显示图像-Image for RGB color space was transformed into YIQ color space
第1章
- 不同颜色空间下的人脸图像分割,彩色图像处理中有许多彩色空间坐标系,最常见的是RGB空间。其余的还有HSV空间、YCrCb空间、YIQ空间和YUV空间等,这些都可以从RGB空间转换而来。在大多数情况下,图像信息是以RGB的颜色体系保存,然而在人脸肤色分析中,由于RGB颜色的R、G、B三个颜色分量都包含亮度信息,存在极强的相关性,一般不适合肤色处理。所以一般情况下在进行肤色区域检测之前,要将RGB颜色体系转换到其他颜色体系中,而不直接利用RGB彩色空间。(There are many color s