搜索资源列表
肤色分割的matlab源代码
- RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
RGB_HSL
- 图像色彩空间RGB到HSL的转换Matlab程序。-images to RGB color space conversion Matlab HSL procedures.
咖吗滤波matlab
- function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. % H = RGB2HSV(M) converts an RGB color map to an HSV color map. % Each map is a matrix with any number of rows, exactly three
RGB-HSI
- 在matlab中实现从rgb到hsi色彩模式的转换-In matlab to achieve from the rgb color model to HSI conversion
rgb2hsv
- fast color conversion from RGB to HSV for matlab
skin_color
- skin segmentation base on RGB color space. does not work for gray level images
imcompr
- 基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。 -Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.
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
surf2dxf
- The X, Y and Z matrix arguments can be used exactly as in the surf and mesh functions. But attention to the colors, because DXF fiels do not uses RGB palete. Instead they use a scaled color palete between 0 and 255.
HSV-histogram
- HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
HISTORGB
- 实现了彩色图像的RGB和HIS模型的互换-Achieved the RGB and HIS color image exchange model
rgb2hsv-color-space-exchange
- 为了避免直接对rgb图像处理时出现颜色失真,常把彩色图像由rgb空间转为hsv空间,完成相应处理后,再逆变换至rgb空间。-In order to avoid image processing directly on the rgb color distortion occurs, often the color image from the rgb space into hsv space to complete the appropriate treatment, and then inve
A-COLOR-EDGE-DETECTION-ALGORITHM-IN-RGB-COLOR-SPA
- rgb edgedetection with all the results
rgb.m
- RGB color graph for matlab color codes. Very useful
rgb2xyz
- this a matlab file for converting XYZ colorspace to RGB color space.-this is a matlab file for converting XYZ colorspace to RGB color space.
Color-Spaces-to-other
- convert RGB color space to cmyk and yiq and yuv color space
color-slicing
- color slicing of an video in rgb color system
lab-rgb
- lab颜色空间与rgb颜色空间之间的相互转换(Lab color space and mutual transformation between the RGB color space)
肤色检测源码
- 用画笔工具在训练图像中拾取那些可能是肤色的像素,,并分别记录下这些像素在RGB和HSV颜色空间的颜色值,根据大量的样本值,确定肤色在两个颜色空间三通道的阈值,用所确定的阈值寻找测试图像中的肤色区域。一种简单的可视化这一过程的方法是将所有非肤色像素指定为黑色,肤色像素指定为白色。(Use the brush tool to pick up those may be the color pixels in the training images, and records the pixels in
RGB2Lab
- RGB 颜色空间 到 CIELab颜色空间(RGB color space to CIELab color space)