代码搜索结果
找到约 8,819 项符合
RGB 的代码
figure17.m
load wmandril;
figure(1);
imshow(X,map);
I=ind2rgb(X,map);
figure(2);
imshow(I);
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
wave_add_ycrcb_v4.do
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -divider {internal signals}
add wave -noupdate -format Literal -radix unsigned /xil_ycrcb2rgb_tb_cosim_cw/xil_ycrcb2rgb_tb/colo
wave_add_ycrcb.do
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -divider -height 30 {Block : "ColorSpace"}
add wave -noupdate -divider {internal signals}
add wave -noupdate -format Literal -
avutil.h
/*
* copyright (c) 2006 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of t
avutil.h
/*
* copyright (c) 2006 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU
代码17-6.txt
I = imread('test1.bmp');
BW1 = im2bw(I); %一般输入的图像是彩色的,需要转成黑白的
X = bwlabel(BW1,4);
RGB = label2rgb(X, @jet, 'k');
imshow(RGB,'notruesize')
auto.c
/*
********************************************************************************
*
* LCD控制程序
*
* 这是一个自动调整处理模块
*
* 文件名 : AUTO.C
* 设计
avutil.h
/*
* copyright (c) 2006 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of t
app.lst
C51 COMPILER V8.05a APP 12/25/2007 01:05:22 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE APP
OBJECT MODULE PLACED IN ap