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

搜索资源列表

  1. RGBTOHSI

    0下载:
  2. 将RGB颜色空间转换到HSI颜色空间的算法,基于opencv-The RGB color space conversion algorithm to HSI color space, based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:582
    • 提供者:陶潜水
  1. TestCamWin32

    0下载:
  2. 能实现VFW编程,调用本地视频设备,实现视频捕捉和RGB-YUV颜色空间转换。 -To achieve VFW programming, call the local video equipment, the implementation of video capture and RGB-YUV color space conversion.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-26
    • 文件大小:31123
    • 提供者:熊济森
  1. chap9

    0下载:
  2. 在matlab上对不同的色空间进行转换的代码以及在拆分图像-On matlab different color space conversion code, and in a split image
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1303
    • 提供者:张晓晓
  1. DE2_115_CAMERA

    0下载:
  2. cycloneIV开发板完成图像数据采集,色彩空间转换,SDRAM存取数据,VGA控制等-CycloneIV development board to complete the image data acquisition, color space conversion, SDRAM access to data, VGA control etc
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-15
    • 文件大小:23743950
    • 提供者:yanjing
  1. VIP_YCbCr422_TO_YCbCr444

    0下载:
  2. 色彩空间转换,实现YCbCr422_TO_YCbCr-Color space conversion, YCbCr422_TO_YCbCr444
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1036
    • 提供者:jeffer
  1. VIP_YCbCr_TO_RGB

    0下载:
  2. 色彩空间转换,实现YCbCr_TO_RGB-Color space conversion, YCbCr_TO_RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1226
    • 提供者:jeffer
  1. RGBtoHsi

    0下载:
  2. matlab颜色模型转换的代码程序,数字图像处理的matlab程序代码-matlab code color model conversion program, digital image processing matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1112266
    • 提供者:王鹏
  1. imColorSep

    0下载:
  2. Color decomposition of colored image in RGB and then conversion into CMY model.
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:804
    • 提供者:rishi20091993
  1. Dib

    0下载:
  2. 对真彩图像进行灰度化,二值化及负片等灰度变换处理-For true color image graying, binarization and negative, such as gray-scale conversion process
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-26
    • 文件大小:10213
    • 提供者:波波
  1. ColorPicker

    0下载:
  2. VC++色彩编辑器,不断能强化对于色彩空间及其转化算法的理解和掌握,并且能够帮助读者更加深入理解MFC编程-VC++ color editor, can continue to strengthen its color space conversion algorithm to understand and master, and can help readers a deeper understanding of MFC programming
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:4580962
    • 提供者:huyaoge
  1. RGBLabXYZ

    1下载:
  2. 此程序包含:rgb颜色空间、Lab颜色空间、XYZ颜色空间之间的相互转换-This program includes: conversion between RGB color space, Lab color space, the XYZ color space
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-27
    • 文件大小:20241
    • 提供者:麻祥才
  1. Image-pretreatment-technology

    0下载:
  2. 图像预处理技术研究与软件实现项目在现有图像处理研究的基础上,研究了灰度化转换、滤波和边缘检测等多种图像基本处理操作,开展了图像结构分析、数学模型建立、多种算法实现及结果对比,完成了GUI界面的创建,展示了图像的灰度化、二值化、反色、去噪等基本预处理过程,以及Sobel、LoG、Canny边缘检测等基本算法,实现了界面换肤和音乐播放的功能。-Image pretreatment technology research and software achieved project in existin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6420052
    • 提供者:
  1. repic

    0下载:
  2. 直接读取图片,不用每次都写图片路径,同时附带用canny算法,提取图片边缘。-Directly read image and extract contour edge with canny algorithms, including color images into grayscale conversion directly read pictures, do not write the path in the program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2409
    • 提供者:王桑
  1. dft

    0下载:
  2. 其中dft.m 是通过该程序同时输出图片1,2的R、G、B三通道的DFT正反变换图、相角图、幅度图,图片1,2的彩色DFT正反变换图以及DFT后图片1,2幅度相位信息置换后的彩色结果图。 dct.m是通过该程序显示“实验室用原图像”中的图片3的R、G、B三通道DCT正反变化对比图,变换系数图以及彩色DCT正反变换图。 compress.m是通过该程序输出图片3的保留n个DCT变换系数重构彩色结果图。需要说明的是其中决定保留系数个数n的mask矩阵需要手动更改。-Wherein
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:刘骏祎
  1. matlab

    0下载:
  2. 将一幅彩图转化为灰度图,再将灰度图转化为txt,再将它转化为二进制txt-The conversion of a color image to grayscale, grayscale and then converted to txt, then it is converted to binary txt
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6481
    • 提供者:项小娇
  1. image-processing-algorithm-code

    0下载:
  2. 上传的是常用的一些遥感领域图像处理算法的代码,如二值化变换,阈值变换,反色等,里面有源码和测试图片,还是挺实用的。-Upload some remote sensing image processing algorithms commonly used code, such as binary conversion threshold transform, and color and so on, which has the source code and test images, or ver
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4309914
    • 提供者:Kingdon
  1. matlab

    2下载:
  2. 十字路口车流通量及车身颜色的统计通过MATLAB创建系统对象,用于读入待处理视频,用于色彩空间转换、检测出包含汽车运动的图像块、用高斯混合模型检测背景、对检测出的运动车辆进行框画、标注检测到车辆的个数用于显示结果。颜色提取算法采用 RGB 颜色模型,利用MATLAB进行仿真-Crossing the circulation of the car and body color statistics by MATLAB to create object system, used to read th
  3. 所属分类:Special Effects

    • 发布日期:2016-04-21
    • 文件大小:176128
    • 提供者:亢菲菲
  1. LCD-BMP--to-HEX

    1下载:
  2. 彩色图片转换工具,适用于ARM,51,AVR单片机-Color image conversion tool for ARM
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-03
    • 文件大小:847193
    • 提供者:张泽孜
  1. hue-circle

    0下载:
  2. 本程序旨在在尽量节约定时器资源的情况下实现三彩LED在饱和度和亮度都为50 时的色相循环 以及包含RGB与HSB互相转换函数的头文件-This program is designed to save as much as possible in the case of timer resources to achieve three-color LED in the saturation and brightness of the hue cycle of 50 and contai
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:you wei
  1. rgb2Yxy

    0下载:
  2. 色彩空间转换,把rgb格式的视频转成Yxy格式的视频-Color space conversion rgb-> Yxy
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1872
    • 提供者:jasen
« 1 2 ... 31 32 33 34 35 3637 38 39 40 »
搜珍网 www.dssz.com