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

搜索资源列表

  1. RGB_YUV

    0下载:
  2. 把一段视频图像从rgb格式转换成空间的hsv格式-A video image from rgb to convert hsv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1527366
    • 提供者:xiaoying
  1. RGB2HSV

    0下载:
  2. 使用c++编码,实现图像RGB空间与HSV空间之间的转换-Using C++ code, realizes image conversion between RGB space and HSV space
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:18179
    • 提供者:韩宇
  1. tuxiangchuli

    0下载:
  2. HSVtoRGB,图像转换,将hsv格式转换为RGB格式-HSV convert to RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4707
    • 提供者:xieju
  1. rgbhsv

    0下载:
  2. 介绍了HSV颜色空间。带有RGB到HSV转换的代码。-Introduced the HSV color space. RGB to HSV conversion with the code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1363
    • 提供者:liyingying
  1. Image-feature-extraction-algorithm

    0下载:
  2. 基于颜色的图像特征提取算法,将RGB转换为HSV-Color-based image feature extraction algorithm, the RGB to HSV
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10938190
    • 提供者:fengjinlei
  1. RGBimageseg

    0下载:
  2. RGB图像分类,并在HSV维进行拓展,实现了一种改进的HSV分类算法-RGB image classification, and for HSV-dimensional expansion of HSV to achieve an improved classification algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:8093
    • 提供者:a
  1. chenggongchengxu

    0下载:
  2. rgb to HSV,很有用,调试成功,可以应用-rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1]
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:603
    • 提供者:陈晓
  1. color-space

    0下载:
  2. 这是我收集的一些关于颜色空间的资料,这些颜色空间包括RGB、YUV、CMYK、xvYCC、PhotoYCC、 HSI、HLS、HSV、CIE等-This is my collection of some of the information on color space, which include color space RGB, YUV, CMYK, xvYCC, PhotoYCC, HSI, HLS, HSV, CIE, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:502619
    • 提供者:zch
  1. Colors

    0下载:
  2. RGB to HSV conversion, and HSV to RGB conversion utilities. Change constants to change range limits. RGB_MAX is default 255 limit, H_MAX to change Hue limits, SV_MAX to change Saturation/Value limits.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:898
    • 提供者:
  1. RGB2HSV

    0下载:
  2. 图像处理的转换。。HSV到RGB的转换-tuciang chulide zhuanhuan hsv rgb
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:519
    • 提供者:胡龙飞
  1. 1

    0下载:
  2. 能实现RGB到hsv颜色空间的转换,并在HSV空间分割-To achieve RGB to HSV color space conversion, and in the HSV spacesegmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1325
    • 提供者:张华
  1. HSImeshic

    0下载:
  2. 源图像 从RGB转换到HSV空间 并画出其的三维空间图来总结规律-Source image from RGB to HSV space and draw its three-dimensional map to summarize the law
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:44792
    • 提供者:jerry
  1. hsvtorgb-translation

    0下载:
  2. RGB与HSV空间程序转换,可以直接使用,方便实。-RGB and HSV color space conversion program, can be used directly, convenient and real.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:698
    • 提供者:braverobin
  1. OpenCV-Project

    0下载:
  2. 这是一个使用OpenCv,在VC++ MFC平台下实现的图形图像处理程序源码,主要功能有彩色变灰阶,图像方向、旋转、放大缩小、水平镜像、垂直镜像、Laplace 变换、RGB分量、HSV分量、喇叭、分量等。-AppWizard has created this MyOpenCVMFC application for you. This application not only demonstrates the basics of using the Microsoft Foundation
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:53501952
    • 提供者:江滨
  1. 1

    0下载:
  2. RGB和HSV的相互转换的代码,在很多场合有用,对大家有帮助。-The code of mutual conversion of the RGB and HSV, on many occasions, we have to help.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:5016
    • 提供者:王某
  1. quilt_research

    0下载:
  2. 将RGB转换成HSV,并且实现HSV的单一量化,方便用直方图显示。-Quantify HSV
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:46625
    • 提供者:李孝江
  1. ColorPicker

    0下载:
  2. 一个基于对话框的应用程序,它具有以下功能:色彩编辑功能,RGB颜色空间和HSV颜色空间的转换,取色功能-A dialog-based application, it has the following features: color editing functions, RGB color space and HSV color space conversion, take the color function
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:195273
    • 提供者:汪振东
  1. yansefengeok

    0下载:
  2. RGB空间和hsv空间的颜色分割,提取红绿蓝-RGB space and the color of the hsv space segmentation, to extract the red, green and blue
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3357597
    • 提供者:燕子一舞
  1. colorSpaceTransform

    0下载:
  2. 彩色空间转换,将RGB空间转换到HSI、HSV、YUV这三个色彩空间-Color space transform, the RGB space is transformed into the HSI, HSV, YUV color space.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5563
    • 提供者:西西艾路
  1. Palette2

    0下载:
  2. 一个Android的小软件,在Eclipse上写的,实现了颜色的RGB值转换为HSV并且通过ContentProvider进行存储 -The Android software, written in Eclipse, to achieve the RGB value is converted to HSV and stored by ContentProvider
  3. 所属分类:android

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