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

搜索资源列表

  1. Facetest

    0下载:
  2. 本程序是基于RGB的皮肤提取算法 用MATLAB实现-This procedure is based on RGB' s skin extraction algorithm using MATLAB to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:570
    • 提供者:李莉莉
  1. readyuv

    0下载:
  2. converting YUV to RGB with the 4:2:0 format
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2003
    • 提供者:chris
  1. 40

    0下载:
  2. 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:408756
    • 提供者:qichao
  1. YUV2RGB

    0下载:
  2. YUV to RGB Color Space Converter.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:23213
    • 提供者:Paul
  1. vgactl9

    0下载:
  2. EPM240+IS61LV1024+VERILOG实现简单的VGA控制器,RGB各1bit,与AT91SAM7S64接口.-EPM240+ IS61LV1024+ VERILOG to achieve a simple VGA controller, RGB each 1bit, and AT91SAM7S64 interface.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:562894
    • 提供者:刘聪
  1. contrastproject

    0下载:
  2. A Graphical user interface for image enhancement. You can set the contrast, color, sharpness as well as you can convert the rgb image to gray
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:19158
    • 提供者:HirenParmar
  1. rgb2hsv

    0下载:
  2. fast color conversion from RGB to HSV for matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1356
    • 提供者:totor
  1. normalise

    0下载:
  2. Normalises image values to 0-1, or to desired mean and variance Usage: n = normalise(im) Offsets and rescales image so that the minimum value is 0 and the maximum value is 1. Result is returned in n. If the image is colour the
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:1120
    • 提供者:mahmood
  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-28
    • 文件大小:4331
    • 提供者:李佳航
  1. colorseg

    0下载:
  2. RGB color image segmentation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:782
    • 提供者:Kannan
  1. RGB-segment

    0下载:
  2. 利用RGB肤色模型可以很好的分割肤色,这里经试验给定了一定的数值。 -RGB color model can be a good use of the division of color, and tested here, given a certain value.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:567
    • 提供者:llwxs
  1. rgb-yuv

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1215
    • 提供者:邢彬朝
  1. MyImageWork

    0下载:
  2. Vc++利用24位BMP图像的RGB分量最低位来保存隐密数据,实现数字水印功能, 在程序运行后,导入一张BMP图像,然后选择加密、解密菜单中的嵌入隐藏信息, 设置文件保存路径,可轻松实现加密功能,同时选中图片选择解密隐藏信息可分享 出原始信息。 -Vc++ to use 24-bit BMP images of the RGB components of the lowest bit to save the secret data, digital watermarking fu
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:41894
    • 提供者:hehong
  1. bogo-pwm

    0下载:
  2. RGB LED display with soft-pwm This project demonstrates two things. 1. How to do 3-channel PWM when you only have 1 timer (eg ATTiny13) 2. How to produce an attractive light display with an RGB LED. It was originally designed as a
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:37702
    • 提供者:viorel
  1. RGB

    0下载:
  2. The Matlab function RGB() converts a color index (whole number from 1-21), English name of a color (string), or RGB triple with whole number components in {0, 1, ..., 255} into an RGB triple with real-valued components in [0,1]. RGB() allows the user
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:2529
    • 提供者:cnamz
  1. rgb2ycbcr[1]

    0下载:
  2. This a scr ipt to convert Images RGB to YCbCr-This is a scr ipt to convert Images RGB to YCbCr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:284631
    • 提供者:Rafael
  1. RGB2YUVsrc

    0下载:
  2. RGB和YUV图像格式的互相转换,代码完全-RGB and YUV image formats of mutual conversion, the code completely
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4408210
    • 提供者:刘心情
  1. export_fig

    0下载:
  2. This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped border
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:16463
    • 提供者:redasu
  1. YUVY2RGB.tar

    0下载:
  2. 嵌入式平台环境下用C开发的将UYVY格式与rgb格式之间的转换,可移植性高。-Embedded platform development environment with C will be UYVY format and rgb conversion between formats, portability, high.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:888
    • 提供者:snow
  1. SnakeSourceFilter

    0下载:
  2. Well, creating DirectShow filters can be real pain at times especially Source filter. When I needed a source filter to generate my own images, I looked at the Ball source filter in DirectShow documentation but it was useless for me because I needed t
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-30
    • 文件大小:10647
    • 提供者:ashok
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com