代码搜索结果
找到约 8,819 项符合
RGB 的代码
mmsetc.m
function C=mmsetc(H,S)
%MMSETC Obtain an RGB Triple Interactively from a Color Sample.
% MMSETC displays a dialog box for the user to select
% a color interactively and displays the result.
%
% X = MM
videotest.c
/*
*
*
*
*
*
*
* Just grabs a frame from v4l device or set its picture defaults. Useful for scripts, webcam scripts.
* Output: a raw frame ( RGB ) or pnm frame ( -p option )
commands.txt
**45**Commands**CommandsType**ButtonName***
:~PNCR,sendcommand,POWER&ON
:~PFCR,sendcommand,POWERO&FF
:~AICR,sendcommand,&AutoImage
:~SRCR,sendcommand,Select&RGB
:~SGCR,sendcommand,SelectRGB2
:~S
mmsetc.m
function C=mmsetc(H,S)
%MMSETC Obtain an RGB Triple Interactively from a Color Sample.
% MMSETC displays a dialog box for the user to select
% a color interactively and displays the result.
%
% X = MM
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by RGB.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#defin
mmsetc.m
function C=mmsetc(H,S)
%MMSETC Obtain an RGB Triple Interactively from a Color Sample.
% MMSETC displays a dialog box for the user to select
% a color interactively and displays the result.
%
% X = MM
libopen.txt
Datove struktury:
=================
Pixel:
typedef struct
{
uint8 r,g,b;
} TPixel, *PPixel;
Pixel se zklada z barevnych komponent RGB (8 bitu na slozku).
Framebuffer:
typedef stru
mmsetc.m
function C=mmsetc(H,S)
%MMSETC Obtain an RGB Triple Interactively from a Color Sample.
% MMSETC displays a dialog box for the user to select
% a color interactively and displays the result.
%
% X = MM
mmsetc.m
function C=mmsetc(H,S)
%MMSETC Obtain an RGB Triple Interactively from a Color Sample.
% MMSETC displays a dialog box for the user to select
% a color interactively and displays the result.
%
% X = MM
fdfsfsfsfsfs.m
function varargout = clusterImg(imgin,nClusters,varargin)
% [IDX,C,sumd,D] = clusterImg(imgin,nClusters,inMask)
%
% This function implements kmeans clustering on an input RGB (m x n x 3)
% image.