代码搜索结果
找到约 8,819 项符合
RGB 的代码
rgb_heft.m
function RGB_heft(image_input)
%将一个GRB图像文件及其RGB分量在一个窗口中分别显示
%输入参数为 图像文件名(带扩展名)
image_I=imread(image_input);
if isrgb(image_I)==0
disp('该图像不是RGB图像!');
return;
end
subplot(2,2,1);
ims
rgb_heft.m
function RGB_heft(image_input)
%将一个GRB图像文件及其RGB分量在一个窗口中分别显示
%输入参数为 图像文件名(带扩展名)
image_I=imread(image_input);
if isrgb(image_I)==0
disp('该图像不是RGB图像!');
return;
end
subplot(2,2,1);
ims
rgb444.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
rgb444.log
# Generated by the VisualDSP++ IDDE (Tue Dec 30 21:57:33 2008)
# Project File: E:\文档类东西\课件\李冬梅\数字视频处理系统设计\RGB444\RGB444.dpj
"d:\VisualDSP 4.0\ccblkfn.exe" -c .\lecture02_main.c -g -no-multiline -d
rgb_avi.m
close all
clear all
avi = aviread('samplevideo.avi');
video = {avi.cdata};
for a = 1:length(video)
b=video{a};
% figure(1)
% set(gcf,'Position',[50 450 400 300]);
% imagesc
show_rgb.m
function dummy = show_rgb(u,orient)
hfig = findobj('type','figure','tag','RGBVideo');
if nargout>0, dummy = 0; end
if nargin==0,
% Close figure
if ~isempty(hfig),
delete(hfig
rgb565.h
/**********************************************************************************
* File: RGB565.h
* Description: This file includes initial T10x registers values, Tcon *
* v
video_rgb.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.36 *
;* Date/Time created: Tue Jun 22 14:07