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

搜索资源列表

  1. YUV-RGB

    0下载:
  2. 介绍视频处理过程中涉及到的两个颜色空间:RGB和YCbCr,以及他们之间的转换。用查表法优化媒体播放软件中YCbCr到RGB的转换,以达到提高转换速度,减少计算量,提高视频解码整体性能的Ifl的。-Introduction video processing involved in the two color spaces: RGB and YCbCr, and convert between them. Using look-up table to optimize the media play
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:56069
    • 提供者:
  1. rgbtohsi

    0下载:
  2. HSI颜色空间更符合人眼视频的描述,将RGB颜色转换为HSI空间-RGB transfer to HSI
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:1366
    • 提供者:SUPERSTAR
  1. RGB2HSI_HSI2RGB

    0下载:
  2. RGB颜色空间与HSI颜色空间之间的相互转换。直接写成2个函数,可在外调用。-Converts an RGB image to HSI and Converts an HSI image to RGB. It is a function.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:920
    • 提供者:
  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 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com