代码搜索结果
找到约 8,819 项符合
RGB 的代码
firewire.m
%FIREWIRE Read from firewire camera
%
% h = firewire(port, color, rate)
% im = firewire(h)
%
% First form opens the interface and returns a handle or [] on error.
% Color is one of 'mono', 'rgb' or 'y
mymenu.h
//完成对菜单的重绘
//背景的掩码为RGB(192,192,192)
//------------------------------------------------设计人:牛文平
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYCOOLMENU_H__
mymenu.h
//完成对菜单的重绘
//背景的掩码为RGB(192,192,192)
//------------------------------------------------设计人:牛文平
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYCOOLMENU_H__
colorgrad.m
function [VG, A, PPG]= colorgrad(f, T)
%COLORGRAD Computes the vector gradient of an RGB image.
% [VG, VA, PPG] = COLORGRAD(F, T) computes the vector gradient, VG,
% and corresponding angle arr
colorgrad.m
function [VG, A, PPG]= colorgrad(f, T)
%COLORGRAD Computes the vector gradient of an RGB image.
% [VG, VA, PPG] = COLORGRAD(F, T) computes the vector gradient, VG,
% and corresponding angle arr
colorgrad.m
function [VG, A, PPG]= colorgrad(f, T)
%COLORGRAD Computes the vector gradient of an RGB image.
% [VG, VA, PPG] = COLORGRAD(F, T) computes the vector gradient, VG,
% and corresponding angle arr
psychedelicframe.m
function rgbFrame = psychedelicFrame(w,h,i)
%rgbFrame = psychedelicFrame(w,h,i)
% Creates an RGB image for frame #I that cycles through hues and has
% expanding ovals.
%
%Example:
% vw = vi
colorgrad.m
function [VG, A, PPG]= colorgrad(f, T)
%COLORGRAD Computes the vector gradient of an RGB image.
% [VG, VA, PPG] = COLORGRAD(F, T) computes the vector gradient, VG,
% and corresponding angle arr
identifyingroundobjects.m
%Identifying Round Objects
%Your goal is to classify objects based on their roundness using
%bwboundaries, a boundary tracing routine.
%Step 1: Read image
RGB = imread('pillsetc.png');
imshow(R
testwp.pas
program TestWhitePoint;
uses lcmsdll;
type
RGB8 = Packed record
r, g, b : Byte
END;
CMYK8 = Packed record
c, m, y, k: Byte
end;