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

搜索资源列表

  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. ConvertionRGB_HSV_RGB

    0下载:
  2. Conversion from RGB to HSV and HSV to RGB color model in MatLab using matrix processing instead of matlab functions.
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:105370
    • 提供者:luiseduve
  1. rgb_hsv

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

    • 发布日期:2017-05-20
    • 文件大小:5734362
    • 提供者:陈志超
  1. HSVtoRGB

    0下载:
  2. 本代码的功能是将一副RGB图像转换成HSV图像,并分别显示出来,对初学者有较好的参考意义。-This code function is an RGB image is converted into HSV image, and were displayed on a better reference for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1476842
    • 提供者:程海粟
  1. skindect

    0下载:
  2. 在彩色空间中,皮肤颜色的分布较为集中,与其他景物颜色间有较好的可区分性,可以用模型描述或对样本进行学习的方法加以判别。图像中皮肤颜色的差异主要由光照引起,在检测中只考虑色度信息,就可以减少光照的影响,使肤色的分布更趋集中。通过检测皮肤区域,可以缩小人脸的搜索范围,提高检测速度。HSV空间是RGB空间的非线性变换,它将原本相关性很强的R、G、B值转换为相关性较弱的H、S、V值,H和S分量与人感受色彩的方式相一致。HSV颜色空间可以用一个圆锥空间模型来描述.-In the color space,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1890757
    • 提供者:xc
  1. albers

    0下载:
  2. openimageio绘图,命令端输入make运行。可读取像素点rgb,并转换hsv-openimageio drawing command ended input make operation. Read pixel rgb, and convert hsv
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:11154
    • 提供者:angela
  1. yansejuzhen

    0下载:
  2. HSV空间与RGB空间转换等颜色空间转换示例-HSV space and RGB color space conversion, color space conversion example
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1102
    • 提供者:王静
  1. threshold-code

    0下载:
  2. this code is used to create the image into black and white image (threshold) by changing the value of RGB to HSV by manual
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:8405
    • 提供者:Ardya
  1. code

    0下载:
  2. 彩色图像处理,包括RGB,CMY,HSI,HSV,YUV等模型。-Color image processing, including RGB and CMY, HSI, HSV, YUV color model, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3522
    • 提供者:李阳
  1. getscreenhsv

    0下载:
  2. 实时获得屏幕的鼠标处的颜色值,并转换成RGB,和HSV颜色-Get real-time screen color value at the mouse, and converted into RGB, and HSV color
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:247619
    • 提供者:飒沓
  1. opencv

    0下载:
  2. 利用opencv实现图片色彩空间的分离显示:分别分离成RGB和HSV,然后提取特征向量实现图片比较-Display image color space using the opencv: RGB and HSV were separated, and then extract the feature vector is realized.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4339
    • 提供者:李文
  1. main

    1下载:
  2. 交通标志(警示牌类),其外框一般为红色,所以定位时可采用HSV颜色模型或者RGB颜色模型来提取红色区域,通过regiongroup标记进一步提取目标区域。-Traffic signs (signs). The frame is generally red, so positioning can be using HSV color model or RGB color model to extract the red region, labeled by regiongroup further
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1204319
    • 提供者:zhuxiangyu
  1. fenliang

    0下载:
  2. 该代码运用色差法,得到图像的RGB分量和超色差,以及HSV分量-The code using the method of difference obtained the RGB components of the image and the color and HSV components
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:dajing
  1. matlab

    0下载:
  2. 主要用于颜色提取,可以用于提取单个或多种颜色,测试图片和程序都有- rgb to hsv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2369
    • 提供者:文长
  1. RGBtoHSV

    0下载:
  2. 这是一个将RGB空间转化为HSV空间的程序,目的是测试转化是否正确,是按照书上的公式进行编辑,个人感觉还是不错的。-This is an RGB space will be converted to HSV-space program, in order to test the conversion is correct, according to the formula of the book is to be edited, personal feeling is good.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:651
    • 提供者: 陈祖胜
  1. Advanced-Color-Picker

    0下载:
  2. Most Advanced GDI+ Color picker control-Title: Most Advanced GDI+ Color picker control (***ScreenShot***)) Descr iption: The most advanced colour picker user control. See screen shot. A test program also included. Also demonstrates the drawing capa
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:51994
    • 提供者:Yanghai
  1. Digital-Image-Processing

    3下载:
  2. 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-08
    • 文件大小:1072128
    • 提供者:zl
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com