代码搜索结果

找到约 8,819 项符合 RGB 的代码

example8im2vec.m

%the process is to read an image %and then to make it into vetors function v=example8Im2Vec(in) b=imread(in); b=rgb2gray(b); p=double(b); [L,W]=size(p); v=reshape(p,L*W,1);

vga_sync.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; -- Module Generates Video Sync Signals for Video Montor Interface -- RGB and Sync outp

vga_sync.vhd.bak

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; -- Module Generates Video Sync Signals for Video Montor Interface -- RGB and Sync outp

image.h

#ifndef _IMAGE_H #define _IMAGE_H #include "jpeglib.h" #define TGA_RGB 2 #define TGA_A 3 #define TGA_RLE 10 struct tImage { int channels; int sizeX; int sizeY;

15-3.htm

颜色演示 body { background-color: blue } h1 {color: #FFFF33;} h2 {color: rgb(255,0,0);} p { color: white; }

cannyedge.m

% Canny edge detection % im=rgb2gray(im); %Convolve image with gaussian of scale sigma=1.4 for smoothing function fimage=cannyedge(im,high,low) % im=imread('911.bmp'); % im=im(40:260,60:300);

cannyedge.m

% Canny edge detection % im=rgb2gray(im); %Convolve image with gaussian of scale sigma=1.4 for smoothing function fimage=cannyedge(im,high,low) % im=imread('911.bmp'); % im=im(40:260,60:300);

ac1181.pas

program ural1181; const maxn=1000; colorstr='RGB'; var count:array[1..3]of word; color:array[1..maxn]of byte; prev,next:array[1..maxn]of word; n,i:word; c:char; begin readln

rgbdlg.cpp

// RGBDlg.cpp : implementation file // #include "stdafx.h" #include "RGB.h" #include "RGBDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #e