代码搜索结果
找到约 8,819 项符合
RGB 的代码
mmap.m
function map=mmap(c,m)
%MMAP Single Color Colormap.
% MMAP(C,M) makes a colormap of length M starting with the
% basic colorspec C. The map changes from dark to light.
% MMAP(C) is the same length as
huidu.m
f=imread('E:\fruit\putao.jpg')
f=rgb2gray(f);
imshow(f)
readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : YCrCb2RGB
=======================================================================
mmap.m
function map=mmap(c,m)
%MMAP Single Color Colormap.
% MMAP(C,M) makes a colormap of length M starting with the
% basic colorspec C. The map changes from dark to light.
% MMAP(C) is the same length as
example4_8.m
RGB=imread('flowers.tif');
[x,y,z]=sphere; %定义球面
warp(x,y,z,RGB)
mmap.m
function map=mmap(c,m)
%MMAP Single Color Colormap.
% MMAP(C,M) makes a colormap of length M starting with the
% basic colorspec C. The map changes from dark to light.
% MMAP(C) is the same length as
example4_8.m
RGB=imread('flowers.tif');
[x,y,z]=sphere; %定义球面
warp(x,y,z,RGB)
example4_8.m
RGB=imread('flowers.tif');
[x,y,z]=sphere; %定义球面
warp(x,y,z,RGB)
mmap.m
function map=mmap(c,m)
%MMAP Single Color Colormap.
% MMAP(C,M) makes a colormap of length M starting with the
% basic colorspec C. The map changes from dark to light.
% MMAP(C) is the same length as
mmap.m
function map=mmap(c,m)
%MMAP Single Color Colormap.
% MMAP(C,M) makes a colormap of length M starting with the
% basic colorspec C. The map changes from dark to light.
% MMAP(C) is the same length as