搜索资源列表

  1. MatlabCompare

    0下载:
  2. 在matlab 中 利用lab hsv rgb 三种空间分别对一个图形进行增强 处理 -In the use of matlab three lab hsv rgb space, respectively, of a graphics processing to enhance
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:886784
    • 提供者:冯帅帅
  1. hsvhist

    0下载:
  2. -提取彩色图像HSV直方图 -量化均匀量化 -结果归一化-Extract HSV histogram
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:23552
    • 提供者:yudaxia
  1. changcolor_hsv

    0下载:
  2. 颜色空间转换RGB TO HSV,实现显色空间的转换,基于OPENCV-Color Space Conversion RGB TO HSV, to achieve the color space conversion, based on OPENCV
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:3151872
    • 提供者:lin
  1. hsvColors

    0下载:
  2. HSV color space utility. After loading an image it is possible to click in it to give color components
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:joaquim_fonseca
  1. scd

    0下载:
  2. 一个有关Hsv颜色空间的颜色量化程序,颜色量化并画出相关直方图-Hsv color space on a color quantization process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:yangjing
  1. rgb2hsv

    0下载:
  2. fast color conversion from RGB to HSV for matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:totor
  1. colorspacezhuanhuan

    0下载:
  2. 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:李佳航
  1. skin_HSV

    0下载:
  2. hsv method for skin segmentation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:hero
  1. colorDetection

    0下载:
  2. The provided Matlab functions demonstrate a simple method for training and testing a color detection system. In general, a color detection algorithm searches an image for pixels that have a specific color. In this demo t
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-17
    • 文件大小:169984
    • 提供者:jack
  1. Image_Processing

    0下载:
  2. 包括3个图像处理的代码 1、图像的缩放平移等 2、图像RGB空间到CMY\HSI\HSV等空间的变换 3、肤色建模,提取图片中的人体肤色-Including the three image processing code 1, the image scaling translation and other two, the image RGB space to CMY \ HSI \ HSV space transforma
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:26624
    • 提供者:ruoxian
  1. color_space_transformation

    0下载:
  2. Transfer RGB image to all the other color space in the Matlab, like HSV, Lab and so on
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:Ying
  1. chengxu

    0下载:
  2. 实现了几种阴影去除算法,包括相除法、HSV法等四种-Achieved several shadow removal algorithms, including the phase division, HSV law four kinds of
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:46369792
    • 提供者:baitao
  1. ColorConversion

    0下载:
  2. Transform RGB color model to anothor color model, such as HSV.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:呂維
  1. color

    0下载:
  2. Recalculation of colour from RGB in HLS, HSV.
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:66560
    • 提供者:Sergey
  1. RGBtoHSV

    0下载:
  2. RGB Imagen to HSV, it s a matlab file (.m) easier to understand
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:181248
    • 提供者:charlie
  1. HSV-Circle

    0下载:
  2. Generation of a HSV-color circle in a Qt-Widget
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:Hermann Hermes
  1. PixelConvert

    0下载:
  2. 将图像的RGB转换为HSV、xyz空间显示 逐个像素点读取 附带注释 有用opencv做的 也有用纯c做的-The RGB image is converted to HSV space-by-pixel display reads annotated to do with the opencv
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:Yang Ge
  1. yundong

    0下载:
  2. 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:黄文伟
  1. formatosImagen

    0下载:
  2. From a given image, this code returns it in the following colour spaces RGB,NTCS,YCBCR,HSV. The fields are returned in a matrix of dimensions (:,:,12)
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:Xasky
  1. SkinColor

    0下载:
  2. 利用HSV來做膚色偵測,可方便臉部偵測及手勢偵測。或是其近似膚色的物體都可使用。-Using HSV to do color detection, face detection and gesture can be easily detected. Or the approximate color of the object can be used.
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:5355520
    • 提供者:James
« 1 2 3 4 5 67 8 9 10 11 ... 34 »

源码中国 www.ymcn.org