搜索资源列表
shadow-detection
- 一个比较快速的阴影检测算法,基于HSV色彩空间-Shadow detection algorithm based on HSV color space
colorhist
- 颜色量化算法,在HSV空间将颜色量化为128维-colorhist algorithm,the color is divided 128
MatlabCompare
- 在matlab 中 利用lab hsv rgb 三种空间分别对一个图形进行增强 处理 -In the use of matlab three lab hsv rgb space, respectively, of a graphics processing to enhance
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.
rgb2hsi
- 使用matlab仿真环境将将图像从RGB空间转换到HSV空间-converts an RGB image to HSI
rgb2hsv2010
- rgb颜色空间-hsv颜色空间 -RGB to HSV
ColorSpaceConverter
- 用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。 -The Matlab program used for color space conversion. In RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr,
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
Seal-recognize
- 在RGB、HSV、YCBCR空间提取得到了高质量的印章,算法鲁棒性很强。-the seal is well recognized in the space of RGB、HSV and YCBCR,and the method is robust.
hist
- 本程序计算HSV空间的非均匀量化直方图,空间维数为36柄-HSV space, the program calculates the histogram of non-uniform quantization, space dimension of 36 handle
fenliangtiqu
- 在matlab环境中运用hsv空间对空间中的各种参数进行提取,并修改分量-Hsv space to extract the various parameters of space use in the Matlab environment, and modify the component
hsv-fenliang
- 在matlab环境中运用hsv空间对空间中的各种参数进行提取,并修改分量-Hsv space to extract the various parameters of space use in the Matlab environment, and modify the component
hand-
- 利用matlab开发的HSV空间分割的,手势识别程序,效果较好,背景复杂的情况下识别率也很高-Recognition rate is also high in the case of using matlab development of gesture recognition program, the better the background is complex! ! !
Q
- 本文以室内、外不同空间的人数统计为背景,研究基于图像的人员计数技术,对某时段内进出摄像机视野中指定区域的人数,或指定区域内在景人数进行统计。主要研究内容有以下几点: (1)人员计数方案论证:本文分析对比了不同人员计数算法,研究分析了基于像素、 基于Hough变换的人员计数算法的优缺点。 (2)基于像素统计的人员计数系统实现:①分别采用近似中值背景模型和高斯混合背景模型提取前景图像;②采用基于HSV颜色空间变换的方法对前景中的阴影进行抑制;③用前景像素数除以人数得到一个人的像素平均值,
肤色检测源码
- 用画笔工具在训练图像中拾取那些可能是肤色的像素,,并分别记录下这些像素在RGB和HSV颜色空间的颜色值,根据大量的样本值,确定肤色在两个颜色空间三通道的阈值,用所确定的阈值寻找测试图像中的肤色区域。一种简单的可视化这一过程的方法是将所有非肤色像素指定为黑色,肤色像素指定为白色。(Use the brush tool to pick up those may be the color pixels in the training images, and records the pixels in
彩色图像处理
- 掌握常见的几种颜色模型及各种颜色空间之间的相互转换。 掌握彩色图像处理的方法,如彩色图像增强、彩色图像复原、彩色图像检测与分割等。 了解伪彩色处理方法的原理及应用。 实验内容: 使用cat函数生成CMY彩色图像; 读入一幅RGB图像,将其分别转换到HSV、YCbCr空间并显示; 使用grayslice函数对一幅灰度图像进行伪彩色增强。