CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hsv

搜索资源列表

  1. Delphi_gjkfzn_for3

    1下载:
  2. HSV(Hue —— 色调、Saturation —— 饱和度、Value —— 纯度)色彩模型也被称作HSB(Hue —— 色调、Saturation —— 饱和度、Brightness —— 亮度),通常在图形应用程序中用于定义一个颜色空间。色调值的范围是0到360,饱和度和亮度值的范围是0到1
  3. 所属分类:Static控件

    • 发布日期:2014-01-20
    • 文件大小:853251
    • 提供者:样式皮
  1. HSB2RGBandRGB2HSB

    0下载:
  2. 颜色表示方法的相互转换,从RGB到HSV,还有反向转换
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:819
    • 提供者:gerry
  1. AMeasurementofColorSimilarityBasedonHSVColorSystem

    0下载:
  2. 该文给出了基于HSV 颜色空间的两幅彩色图像之间颜色相似度计算公式,它既保留了传统方法计算相似度的好处,同时克服了其缺陷。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:310356
    • 提供者:jacky1
  1. autostretch_hsv

    0下载:
  2. the autostretch_hsv,used for hsv autostretch and this is a program of GIMP
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2644
    • 提供者:the one
  1. hsv2

    1下载:
  2. 计算图像HSV分量的数值,可用于图像颜色分割的统计
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1206
    • 提供者:三藏
  1. 1

    2下载:
  2. 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:98590
    • 提供者:李远
  1. colormoments

    0下载:
  2. 用matlab实现color moments算法,先把rgb图像转换到HSV空间,然后计算每个分量的一二三阶矩,最后组成9维向量进行比较。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:853
    • 提供者:杨红菊
  1. hs

    0下载:
  2. 基于摄像头的人脸肤色模型检测,采用HSV空间。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:14379
    • 提供者:lmb
  1. RegionExtractsdk

    2下载:
  2. 彩色图像分割算法, 首先rgb到hsv,然后量化,分割成许多个小区域,然后用区域合并算法进行合并,一直预先设定的区域数目或者达到满足的聚类条件为止停止合并
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:205649
    • 提供者:gajs
  1. RegionAnalyzesdk

    0下载:
  2. 这个是彩色图像分割方法。与RegionExtract采用的方法不同。 首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:172347
    • 提供者:gajs
  1. hvs模型彩色时钟

    0下载:
  2. 源程序中给出了rgb颜色模型转 hsv颜色模型的算法, 还包含了动态效果-source given the rgb color model to hsv color model algorithm, but also the dynamic effects
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1047892
    • 提供者:卢林
  1. 将RGB转换为HSV空间的C程序

    1下载:
  2. 此代码可将RGB色空间转换为HSV色空间-this code can be RGB color space conversion to HSV color space
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1662
    • 提供者:周迎风
  1. 咖吗滤波matlab

    1下载:
  2. 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
  3. 所属分类:matlab例程

    • 发布日期:2008-12-16
    • 文件大小:1517
    • 提供者:leohee
  1. discussion

    0下载:
  2. %convert rgb to hsv% BEGIN Mark(Pixel)<-Marker; For neighbor in Neighbors(Pixel) Do if Image(neighbor ) = 1 AND Mark (neighbor)= NIL THEN Lable(Neighbor) END
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:263
    • 提供者:tleung927
  1. rgbhsv-2hsi.rar

    0下载:
  2. 实现图像由rgb到hsi和HSV转换C++代码,hsi-长度为3的双精度数组,rgb- 长度为3的双精度数组,Image from rgb to HSI and HSV conversion C++ Code, hsi-length 3 double precision array, rgb-length 3 double precision array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1671
    • 提供者:张娜
  1. 101259378luv_rgb_yuv_lab_space

    1下载:
  2. 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
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:4595
    • 提供者:张灯结
  1. scd.rar

    0下载:
  2. 一个有关Hsv颜色空间的颜色量化程序,颜色量化并画出相关直方图,Hsv color space on a color quantization process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1198
    • 提供者:yangjing
  1. ImageFilter

    0下载:
  2. 实现人脸检测 主要是针对裸露肌肤检测,从而实现对色情图像的过滤,用了rgb,hsv,ycrcb,纹理检测等多种方法,可以运行,效果不错-Implementation of face detection is mainly directed against the bare skin testing, in order to achieve the filtering of pornographic images, using the rgb, hsv, ycrcb, texture detect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3607630
    • 提供者:周菲
  1. putaoqujing

    0下载:
  2. 图像分割,将红提葡萄的图像转化大hsv色彩空间,然后提取经的图像。-Segmentation, the red grape of the images into large hsv color space, and then extracted by the image.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:31315
    • 提供者:xixihaha
  1. test_yCbCr

    0下载:
  2. 将rgb空间,转为HSV或yCBCR空间实现通过肤色检测人脸区域,用openCV实现-The rgb space to HSV space to achieve through the skin or yCBCR face region detection with openCV achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4440109
    • 提供者:汪前
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 31 »
搜珍网 www.dssz.com