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

搜索资源列表

  1. lab2xyz

    0下载:
  2. this a matlab file that can convert the Lab color space to XYZ color space.-this is a matlab file that can convert the Lab color space to XYZ color space.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:979
    • 提供者:farinaz ka
  1. camshiftdemo

    0下载:
  2. 利用目标的颜色直方图模型转化为颜色概率分布图,进行跟踪。-the Color histogram model of goal convert color of probability distribution ,then tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:3315
    • 提供者:
  1. asgmt2

    1下载:
  2. For a 24-bit color image (Lena.bmp), statistics all used colors in this image, design the median-cut algorithm to generate a lookup table. And convert the 24-color image to 8-bit index image, compare the difference between them.
  3. 所属分类:Special Effects

    • 发布日期:2015-11-25
    • 文件大小:132096
    • 提供者:李琰
  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. bmp2raw.tar

    0下载:
  2. 将Bmp格式转化为raw格式,对于图像处理的入门获得Raw原始矩阵很有好处-Bmp2raw is a tool to convert 24bit BMP file to raw data. It may be useful before generating C arrays for showing a picture in a embeded system. The color order in the output file is (B,G,R),(
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:12164
    • 提供者:张增
  1. fusefenge

    0下载:
  2. 利用OpenCV函数库把图片转换到YCrCb空间后进行肤色分割,请自行添加图片-Using OpenCV library to convert images to YCrCb color space after the partition, add your own pictures
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1691363
    • 提供者:guangdashen
  1. RGB2GRAY

    0下载:
  2. MATLAB图像处理程序,批量将彩色图片转换成灰色图像,用于其他图像处理程序-MATLAB image processing, batch convert color pictures of the gray image used for other image processing program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3802
    • 提供者:ZHOUZHEN
  1. fuzzy-firetocif

    0下载:
  2. 本工程在DM642平台上将D1格式的图像转换成CIF格式,并成功实现了图像的基于自动选取阈值的图像二值化处理,图像反色变换等处理-Image of this project D1 format in DM642 platform will convert the CIF format, and successfully realized the image anti-color transformation based on automatically selected threshold im
  3. 所属分类:DSP program

    • 发布日期:2017-05-06
    • 文件大小:1471199
    • 提供者:周一君
  1. programToHtml

    0下载:
  2. 源程序代码是纯文本文件,本课程设计的目标是编写一个应用程序可以将源程序文件转换为HTML的网页文件。 功能要求如下: 1.能够处理的源程序包括:Java源程序(扩展名.java)、C源程序(扩展名.h和.c)。鼓励能处理其他源程序代码。 2.提供一个基于Java Swing实现的GUI界面,类似Windows的资源管理器。在该界面中选择一个或多个源程序文件进行转换。 3.转换时要求按语法分色。因此需要该对转换进行设置,如:目标文件名、字体、关键字颜色等。 4.得到的HTML文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:333437
    • 提供者:
  1. duomeiti

    1下载:
  2. 对于24bit的彩色lena.bmp,设计一个中值区分算法,并由此设计出颜色查找表。同时将之转换成8位索引图.-For 24bit color lena.bmp, to design a value distinction between algorithms, and design a color lookup table. At the same time to convert them to 8 index maps.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:830754
    • 提供者:May18tha
  1. matlab-rgb

    0下载:
  2. MATLAB里的颜色模型之间转换,HSV模型转换为RGB模型,NTSC模型转换为RGB模型-Conversion between MATLAB color model of HSV model is converted to RGB model, NTSC model convert to RGB model
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:6407
    • 提供者:牛耕
  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. GetSubImagebyopencv

    0下载:
  2. 前段时间在OPENCV中做一个小东西,使用到子图像的提取和拷贝,一时间没有找到好的方法,要么直接访问像素进行赋值,要么通过数组来转换,总是感觉别扭,后来终于弄清了一个比较简单的方法,需要利用一下OPENCV中的ROI方法,该方法对于任何格式的灰度或者彩色图像均适用-Do a small thing, some time ago in the OPENCV in sub-images used to extract and copy, for a time did not find a good
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:766
    • 提供者:chenkanru
  1. HBMP256Coloro

    0下载:
  2. 如何將任意圖形轉換成256色,,256灰階,16色或是單色圖檔 -How to convert any graphic into a 256-color, 256 grayscale, 16-color or monochrome image file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7796
    • 提供者:chodayy
  1. first

    0下载:
  2. 读入彩色图片,将其转换成灰度图像,然后画出它的灰度直方图,将灰度值压缩到64-192,画出灰度直方图,最后画出直方图均衡化后的图像以及直方图-Read into a color picture, convert it to grayscale image, and then draw its gray level histogram, the gray value is compressed to 64-192, draw the gray histogram, and finally draw
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:797
    • 提供者:王小龙
  1. opencv_dft

    0下载:
  2.   本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。   实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:931840
    • 提供者:wuwei
  1. canny

    0下载:
  2. 读取图像,将彩图转换为灰度图,再进行高斯滤波,最后用canny算法进行边缘检测-Read the image, convert color pictures to grayscale, then the Gaussian filter, and finally using canny algorithm for edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:18025620
    • 提供者:王伟
  1. 24bmpt8bit

    0下载:
  2. 真彩色BMP图转换为8位图 ,vc++图像处理,源码中为固定路径中的图片 ,转换后存为固定路径,可通过修改灵活选取路径-Convert true color BMP Figure 8 Figure, vc++ image processing source in the picture for a fixed path, the deposit after conversion to a fixed path, by modifying the flexibility to select the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:6850
    • 提供者:刘佳
  1. gray

    0下载:
  2. 把彩色图像转换成灰度图,读取数据信息。有三种不同的处理方法-To convert color images to grayscale, read data information. There are three different processing method
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:87931
    • 提供者:王菁
  1. CntCol2Gray_skinmagic

    0下载:
  2. 彩色图转换为灰度图,界面美化了,值得拥有-color image convert to gray image,has a beautiful GUI
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:1209765
    • 提供者:lf
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com