代码搜索结果

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

dbwt.m

function dbwt(level) h = [0 0.48296 0.83652 0.22414 -0.12941] g = [0 -0.12941 -0.22414 0.83652 -0.48296] x = imread('AG.jpg'); y = rgb2gray(x); z = double(y(268:523,123:378)); %imshow(z);

bmp.cpp

#include #include "gl.h" #define WININFOHEADERSIZE 40 /*#define BI_RGB 0 #define BI_RLE8 1 #define BI_RLE4 2 #define BI_BITFIELDS 3 typedef struct BI

framebuffer.h

#ifndef FRAMEBUFFER_H #define FRAMEBUFFER_H #include typedef union { unsigned short _c16; struct { unsigned short b; unsigned short g; unsigned short r; } _c565; } rgb; /* 函数名

p0804.m

I=imread('Car.jpg'); [y,x,z]=size(I); myI=double(I); %%%%%%%%%%% RGB to HSI %%%%%%%% tic % 测定算法执行的时间,开始计时 %%%%%%%%%%% 统计分析 %%%%%%%%%%%%%%% %%%%%%%% Y 方向 %%%%%%%%%% Blue_y=zeros(y,1); for

carreco.m

I=imread('Car.jpg'); [y,x,z]=size(I); myI=double(I); %%%%%%%%%%% RGB to HSI %%%%%%%% tic % 测定算法执行的时间,开始计时 %%%%%%%%%%% 统计分析 %%%%%%%%%%%%%%% %%%%%%%% Y 方向 %%%%%%%%%% Blue_y=zeros(y,1); for

ctalk.cpp

#include "GameH.h" void Say(LPDIRECTDRAWSURFACE7 Surf,char *Name,char *Text,int x,int y) { CFont TalkFont; TalkFont.SetFont(20,"宋体"); TalkFont.SetColor(RGB(255,255,0)); TalkFont.PrintText(

divx.cpp

// Divx.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "Divx.h" #include "mp4_decoder.h" #include "global.h" //#include "yuv2rgb.h" #include "decore.

p0804.m

I=imread('Car.jpg'); [y,x,z]=size(I); myI=double(I); %%%%%%%%%%% RGB to HSI %%%%%%%% tic % 测定算法执行的时间,开始计时 %%%%%%%%%%% 统计分析 %%%%%%%%%%%%%%% %%%%%%%% Y 方向 %%%%%%%%%% Blue_y=zeros(y,1); for

huoxing.m

function [ output_args ] = huoxing( input_args ) %HUOXING Summary of this function goes here % Detailed explanation goes here I=imread('车牌3.bmp'); % G=rgb2gray(I); % result=imhist(G); % [a, b1]=max(