CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 颜色空间转换

搜索资源列表

  1. hsv

    0下载:
  2. 本程序使用opencv将RGB转换成HSV颜色空间,并且读取H通道图像。-This program uses opencv RGB to HSV color space , and to read the H-channel image .
  3. 所属分类:OpenCV

    • 发布日期:2014-10-22
    • 文件大小:1024
    • 提供者:victor
  1. jxf_BMP_0612

    0下载:
  2. 解析并显示位图文件,颜色空间的转换,显示RGB/YUV文件,图像的量化和采样 -Analytical and display a bitmap image file, color space transformation of the display RGB/YUV files, image quantization and sampling
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6411478
    • 提供者:侯方
  1. colorspace

    0下载:
  2. 颜色空间的转换,RGB,HSI等空间的转化!-Conversion of color space conversion, RGB, HSI space.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4476
    • 提供者:李凯
  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. 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. 8bitYUV

    0下载:
  2. 使用 8 位 YUV 格式的视频呈现 颜色空间和色度采样率转换 本节提供了在 YUV 和 RGB 之间进行转换的指南,以及在某些不同 YUV 格式之间进行转换的指南。-8-bit YUV format video rendering color space and chroma sampling rate converter This section provides a guide for conversion between YUV and RGB as well as some diffe
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:47555
    • 提供者:Ardy
  1. ColorCvtViewer

    1下载:
  2. 一个简单的颜色转换器,载入一张图像后,将其转换到不同的颜色空间并显示,同时可以显示其在不同颜色空间下各通道的颜色图。-A simple color converter to load an image, convert it to a different color space and displays at the same time can display each channel in a different color space, the color map.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:416794
    • 提供者:hawstein
  1. LabtoRGB

    0下载:
  2. 使用C++下的,LAB颜色空间到GRB颜色空间的转换程序-Under C++ LAB color space to the GRB color space conversion process
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:630191
    • 提供者:刘伟杰
  1. iso12233.pdf

    0下载:
  2. RGB TO YUV转换原理及代码示例 RGB TO YUV转换原理及代码示例 由于H.264等压缩算法都是在YUV的颜色空间上进行的,所有在进行压缩前,首先要进行颜色空间的转换。如果摄像头采集的资源是RGB的,那么首先要转换成YUV,如果是YUV的,那么要根据压缩器具体支持的YUV格式做数据的重排。-RGB TO YUV conversion principle and code examples RGB TO YUV conversion principle and code ex
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:1179881
    • 提供者:zhaoxinyue
  1. rgb2hsv2his

    0下载:
  2. 颜色转换在各种颜色空间中,很好的解决了颜色转换问题-Conversion between RGB2HSI2YCbCr and face detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:78523
    • 提供者:刘存超
  1. color-space-transformation

    0下载:
  2. HIS颜色空间与RGB颜色空间的相互转换,即HIS分量与RGB分量的相互转换,用C++编写的源码,里面还有把彩色图像转化成灰度图像的代码 -The transformation between HIS color space and RGB color space, i.e. the transformation between HIS components and RGB components. The code is written in C++.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:438009
    • 提供者:M R
  1. RGB2HIV

    0下载:
  2. 把RGB颜色空间的颜色值转换到HIS颜色空间。-The color values ​ ​ of the RGB color space is converted to the HIS color space.
  3. 所属分类:Graph program

    • 发布日期:2017-11-15
    • 文件大小:10459828
    • 提供者:许婷
  1. YCbCr-Binarization

    0下载:
  2. 本代码通过将RGB图像转换为YCbCr颜色空间,然后再求其各个通道的二值化。-The code that the RGB image converted to YCbCr color space, and then seek its various channels binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:2389
    • 提供者:lantao
  1. function-hsi

    0下载:
  2. 这是将rgb图像转换成hsi图像的源代码 根据相关公式进行不同颜色空间的转换-This is the image into hsi rgb image of the source code under the relevant formulas of different color space conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2712
    • 提供者:沈云飞
  1. ColorFetch

    0下载:
  2. 目标颜色识别.转换到hsv空间进行颜色分类。-object color recognize
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:128522
    • 提供者:fdasf
  1. rgb2hsv

    1下载:
  2. rgb颜色空间向hsv颜色的空间转换算法,Verilog HDL语言-conversion algorithm of rgb color space to the hsv color space , Verilog HDL language
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:10240
    • 提供者:孙璐
  1. K-means-

    0下载:
  2. 一种基于颜色的分割,使用聚类算法中的K均值算法。本例主要用到的函数是色彩空间转换函数makecform和applycform,对于K均值聚类使用kmeans函数。-Based on color segmentation, using clustering algorithm K-means algorithm. In this case the main function used is the color space conversion function makecform and appl
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:133128
    • 提供者:chaihongjian
  1. colorpick_demo

    0下载:
  2. HSV颜色空间与RGB空间是应用相当广泛的两个颜色空间,但是计算机领域往往用的多的是RGB,如果想要利用HSV模型就需要做相应的公式转换,本源码就是做相应的HSV到RGB转换的C++程序,从程序里面可以分析出转换的公式。编译后可以得到一个颜色拾取控件。-HSV color space and RGB color space is the application of a wide range of two color space, but the computer field is used m
  3. 所属分类:Button control

    • 发布日期:2017-05-27
    • 文件大小:9892459
    • 提供者:Michael
  1. WindowsFormsApplication1

    0下载:
  2. 颜色空间转移:本代码演示了从RGB空间到CMY、HSV、HSL的转换方法-Color Space Transfer:This code demonstrates space from RGB to CMYK, HSB, HSL conversion method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:47784
    • 提供者:韩永恺
  1. ColorConversion

    0下载:
  2. 各种颜色空间模型之间的相互转换。RGB,CMY,YIQ,XYZ,HSI之间的转化-A variety of color space conversion between the models. RGB, CMY, YIQ, XYZ, HSI conversion between
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:3918
    • 提供者:rthqua
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com