CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - RGB HSV

搜索资源列表

  1. OpenCV-trans-color

    0下载:
  2. 以OPENCV做的各種色彩轉換空間,有 RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr -To do a variety of color conversion OPENCV Space, RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9810876
    • 提供者:Chouker
  1. LOT_Source

    0下载:
  2. 目标跟踪第t帧图像,目标特征,噪音参数,粒子窗口 1. 在第一帧选定跟踪区域,将图像由rgb转成hsv,计算目标的特征模型; 2. 初始化粒子,用超像素计算粒子的特征; 3. 通过emd计算粒子所在位置区域特征计算与目标特征的相似度; 4. 根据emd计算粒子的权重,归一化权重,新的目标位置是所有粒子的位置和权重乘积的和; 5. 建立新目标的特征模型,计算emd。 6. 更新噪音参数; 输出:目标位置,更新参数,新的粒子窗口 -Multiple Object Tr
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3514951
    • 提供者:叶一波
  1. colormoments

    0下载:
  2. 用matlab实现color moments算法,先把rgb图像转换到HSV空间,然后计算每个分量的一二三阶矩,最后组成9维向量进行比较。-Using color moments algorithm matlab realize, first convert rgb images to HSV space, and then calculated for each component of the 123-order moments, the final composition of 9-dim
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:902
    • 提供者:Inrespon
  1. color_hist256

    0下载:
  2. 自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image,
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:625
    • 提供者:equences
  1. exp2

    0下载:
  2. 将图像的颜色空间从RGB转换到HSV,并计算两幅图像的匹配程度-The image of the color space conversion from RGB to HSV, and calculate the matching degree of two images
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2207
    • 提供者:王小京
  1. HSVaRGB

    0下载:
  2. 颜色HSV空间与RGB空间的相互转换,本程序已经测试可用于彩色图像处理-HSV space and RGB color space conversion, the procedures have been tested can be used for color image processing
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1093
    • 提供者:邓吉元
  1. HSVRGB

    0下载:
  2. 一段HSV、RGB相互转换的代码,看来应该是简化算法-Section of HSV, RGB conversion code, it appears that it should be simplified algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1083
    • 提供者:hataken
  1. RGBandHSV

    0下载:
  2. 颜色中的RGB和HSV所用的转换公式,很好很强大-Colors in the RGB and HSV conversion formula used, very good very strong
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1215
    • 提供者:监控键盘
  1. rgbtohsv

    0下载:
  2. 1.将RGB彩色图象变换为二值图象并显示。2.将RGB彩色图象变换为HSV彩色图象并显示。-1. The RGB color image is transformed into binary image and displayed. 2. Will transform RGB to HSV color image and display color images.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2570
    • 提供者:iceswh
  1. colorsegment

    0下载:
  2. 读取图片,将RGB格式转换为HSV格式,然后进行彩色分割,程序以红色为例。-Read the image, convert the RGB format to HSV format and color segmentation procedures to red for example.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1778881
    • 提供者:sxw
  1. ImageInfo

    0下载:
  2. 图像的颜色通道转换代码实现(RGB to XYZ、HSV、HSL、LAB、LUV、YCbCr等)-Image conversion code color channels (RGB to XYZ, HSV, HSL, LAB, LUV, YCbCr, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:111664
    • 提供者:gengzhen
  1. rgb_hsv_IG

    0下载:
  2. converts an image to RGB-model and/or HSV-model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:557
    • 提供者:LariFari
  1. Handskin_Detect

    0下载:
  2. 本程序分别用6种方法完成肤色识别,包括:RGB,GB,HSV,YCbCr,Ostu。在VC6.0+opencv1.0下编译通过,下载即可用。-The procedures were completed in six color identification methods, including: RGB, GB, HSV, YCbCr, Ostu. In VC6.0+opencv1.0 compile, download to use.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:777742
    • 提供者:lichen
  1. rgbtohsv

    0下载:
  2. RGB转为HSV,归一化后的,代码调试可以用的。-RGB to HSV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3906
    • 提供者:邓俊
  1. rgb2hsi

    0下载:
  2. 图像颜色空间转换代码,由rgb到HSV的转换,值得一下的代码-Image color space conversion code from rgb to HSV conversion, worth about code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:823651
    • 提供者:chenli
  1. colorAnalysis

    0下载:
  2. 基于Matlab对图像进行色彩分析处理,常用典型色彩模型,如RGB、HIS、HSV等,结果以曲线形式绘制出来。-Matlab color image based on the analysis process, a typical conventional color model, such as RGB, HIS, HSV, etc. The results plotted in graph.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4268183
    • 提供者:徐庆
  1. wrgb2hsv

    0下载:
  2. RGB转HSV代码,按公式写,非直接调用,并计时-RGB to HSV code, according to the formula writing, non-direct calls, and timing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:704
    • 提供者:农小小
  1. yuzhi2

    0下载:
  2. 首先将RGB转换到HSV,再根据阈值进行HSV图像的分割-First convert RGB to HSV, then HSV image segmentation based on threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:547
    • 提供者:农小小
  1. autoscHSV

    0下载:
  2. 实现将图像的RGB值转化成HSV值,并且计算HSV的颜色直方图-To achieve the values ​ ​ of the image into RGB values ​ ​ of HSV, HSV color histogram and calculating
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:701
    • 提供者:郑重
  1. rgb_hsv

    0下载:
  2. opencv中实现将图像从RGB转化到HSV中-opencv achieve RGB to HSV conversion
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5734362
    • 提供者:陈志超
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com