CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - rgb y

搜索资源列表

  1. 对图像进行YCbCr分解

    0下载:
  2. rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:313
    • 提供者:liudaixin
  1. YCRCB2RGB.rar

    0下载:
  2. 我自己寫的RGB與YCbCr(YUV)色彩格式轉換,可以RGB轉YCbCr或YCbCr轉RGB,並支持顯示轉換後的色彩功能.,I wrote it myself RGB and YCbCr (YUV) color format conversion can be RGB or YCbCr to YCbCr to RGB, and supports the display of the color conversion function.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:34901
    • 提供者:陈大头
  1. seg

    0下载:
  2. This a MATLAB code for segmentation of any image. Initially the image is converted from RGB to greyscale image and then segmantation is done.-This is a MATLAB code for segmentation of any image. Initially the image is converted from RGB to greyscale
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:789
    • 提供者:Sudeshna
  1. bubbleplot3

    0下载:
  2. 在三维空间中画泡泡,可以指定在三维空间中的x,y,z的坐标以及泡泡的半径r和颜色c(RGB).-BUBBLEPLOT3(x,y,z,r), where x, y, z and r are four vectors of the same length, plots bubbles of radii r in 3-space with centers at the points whose coordinates are the elements of x, y and z. If r
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2660
    • 提供者:zha
  1. RGB

    0下载:
  2. 在matlab中实现简单的牛顿插值算法(此算法引用自NED工程与技术大学)-scr ipt for Newton s Interpolation. Muhammad Rafiullah Arain Mathematics & Basic Sciences Department NED University of Engineering & Technology- Karachi Pakistan. --------- x and y are two Row Matr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3322
    • 提供者:RGB
  1. surf2dxf

    0下载:
  2. The X, Y and Z matrix arguments can be used exactly as in the surf and mesh functions. But attention to the colors, because DXF fiels do not uses RGB palete. Instead they use a scaled color palete between 0 and 255.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1745
    • 提供者:Kriubha
  1. rgb2lab

    1下载:
  2. function y=rgb2lab(im) rgb2lab( image ) Converte de RGB para LAB-function y=rgb2lab(im) rgb2lab( image ) Converte de RGB para LAB
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:558
    • 提供者:waseem
  1. funtion

    0下载:
  2. 从最常用的“.BMP”图像格式中读取图像数据, 通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩 将数字图像的RGB表示转换为YUV表示;通过访问Y(亮度)通道,改变数字图像的亮度;通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度-failed to translate
  3. 所属分类:matlab

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

    0下载:
  2. Matlab画的线较多时,线的颜色的选取对图的美观是有很大的影响的。 Jonathan C. Lansey 提供了在不同线上画不同颜色简单易用的函数。-Examples demonstrating the colors. LINE COLORS N 6 X linspace(0,pi*3,1000) Y bsxfun(@(x,n)sin(x+2*n*pi/N), X. , 1:N) C linspecer(N) axes(
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4130
    • 提供者:g
搜珍网 www.dssz.com