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

搜索资源列表

  1. colorspace

    0下载:
  2. 实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4589
    • 提供者:aresiris
  1. JPG图像文件转换成YUV原始数据格式

    1下载:
  2. 这是一个把JPG图像文件转换成YUV原始数据格式的程序,就三个函数,输出为YUV420的。-this is a static library for decompressing the jpg file and converting its colorspace from yuv422 to yuv420, but RGB24. enjoy your self!
  3. 所属分类:图形图象

    • 发布日期:2011-07-26
    • 文件大小:58572
    • 提供者:Simonz
  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. Jpeg2Yuv

    2下载:
  2. 这是一个把JPG图像文件转换成YUV原始数据格式的程序,就三个函数,输出为YUV420的。-this is a static library for decompressing the jpg file and converting its colorspace from yuv422 to yuv420, but RGB24. enjoy your self!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-25
    • 文件大小:58625
    • 提供者:facai
  1. ColorSpace

    1下载:
  2. 色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-05
    • 文件大小:50968
    • 提供者:Karl Lu
  1. RGB_CMYK.RAR

    0下载:
  2. JAVA编写的RGB色彩空间转换到CMYK的程序-a app which can transform RGB colorspace into CMYK
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-12
    • 文件大小:97049
    • 提供者:summerist
  1. colorspace

    1下载:
  2. 主要是描述一些关于颜色空间的知识.RGB,HSI,LAB,YUV,HSV,LUV等-Mainly on the color space to describe some of the knowledge. RGB, HSI, LAB, YUV, HSV, LUV, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7304
    • 提供者:彭青峰
  1. colorspace

    2下载:
  2. 这是一个用于图像的彩色空间之间转换的MATLAB程序。例如RGB,HIS,Luv,YCbCr,YUV之间的转换,很方便的。-This is a color space for image conversion between MATLAB procedures. Such as RGB, HIS, Luv, YCbCr, YUV conversion between, very convenient.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-17
    • 文件大小:4589
    • 提供者:hu
  1. lcms-1.18a

    0下载:
  2. This file has been written to present the lcms core library to would-be writers of applications. It first describes the concepts on which the engine is based, and then how to use it to obtain transformations, colorspace conversions and s
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1026812
    • 提供者:giancarlo
  1. rgb2luv

    0下载:
  2. 颜色空间转换 rgb->luv -colorspace transform rgb2luv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:687
    • 提供者:bityan
  1. colorspace

    0下载:
  2. 彩色空间模型转换程序RGB到YPbPr,YCbCr,YUV,YUV,YDbDr,JPEGYCbCr,HSV,HSL,XYZ,Lab,Luv,Lch-RGB color space model of the conversion process to YPbPr, YCbCr, YUV, YUV, YDbDr, JPEGYCbCr, HSV, HSL, XYZ, Lab, Luv, Lch
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4326
    • 提供者:彭庆
  1. colorspacezhuanhuan

    1下载:
  2. RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:4331
    • 提供者:李佳航
  1. colorspace

    0下载:
  2. 人脸识别。。有问题。。用不了。。请大吓们指正-Face Recognition. . Problems. . Not take. . Please correct me big scare their
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:46940
    • 提供者:xuehenfeng
  1. ColorSpace

    1下载:
  2. 使用VC(MFC)编写的色彩空间转换DLL,使用MFC 静态连接方式,所以其它程序可以直接调用,附详细源码。可以参考移植到其它地方。-Use of VC (MFC) color space conversion, prepared DLL, use the MFC static connection, so other programs can call, with a detailed source. Can refer to migrate to other places.
  3. 所属分类:Graph program

    • 发布日期:2016-05-14
    • 文件大小:99805
    • 提供者:于泽
  1. colorspace

    0下载:
  2. 彩色图像的色彩空间转换,rgb ntsc hsv hsl-Color image color space conversion, rgb ntsc hsv hsl
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:47157
    • 提供者:刘文娟
  1. colorspace

    0下载:
  2. 颜色空间转换,RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 等色彩制式之间的装换,matlab-Color space conversion, RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch equipment such as color change be
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4413
    • 提供者:hello
  1. colorspacechange

    0下载:
  2. 色彩空间转换代码,可以进行不同的色彩空间之间的转换~-colorspace change code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:4324
    • 提供者:刘毅
  1. Palette

    0下载:
  2. 基于OpenCV的HSV调色板小模块,可以用作画刷和程序交互。可能需要opencv 2.0版本以上。-A small module that create a HSV colorspace based palette which lets user choose color to interact with program. Need: higher than opencv 2.0(maybe)
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:1325
    • 提供者:yhs
  1. colorspace

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

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

    1下载:
  2. 各种颜色空间的转化 史上最全的 有RGB HSI HSV Ycbcr LAB CMYK NTSC 个空间的-The transform in all colorspace
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:138303
    • 提供者:风情和
« 12 »
搜珍网 www.dssz.com