代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/384950/2595984
m sumarize11_2_2cl.m
RGB = imread('saturn.png');
I = rgb2gray(RGB);
h = [1 2 1; 0 0 0; -1 -2 -1];
I2 = filter2(h,I);
imshow(I2,[]), colorbar
www.eeworm.com/read/382408/2637310
h colorops.h
#ifndef __COLOR_OPS_H
#define __COLOR_OPS_H
#include
/**
* Convert RGB to HSV.
* @param rgb RGB color (0..1 range).
* @return HSV color (all 0..1 range, includi
www.eeworm.com/read/358021/3007370
m sumarize11_2_2cl.m
RGB = imread('saturn.png');
I = rgb2gray(RGB);
h = [1 2 1; 0 0 0; -1 -2 -1];
I2 = filter2(h,I);
imshow(I2,[]), colorbar
www.eeworm.com/read/202858/15371709
h segment-image.h
#ifndef SEGMENT_IMAGE
#define SEGMENT_IMAGE
#include
#include
#include
#include
#include "segment-graph.h"
// random color
rgb random_rgb(){
rgb
www.eeworm.com/read/116710/14957939
css mycss.css
A:visited {
COLOR: rgb(0,64,128); TEXT-DECORATION: none
}
A:hover {
COLOR: rgb(255,0,0); TEXT-DECORATION: underline
}
A:active {
COLOR: rgb(64,0,128); TEXT-DECORATION: none
}
A:link {
CO
www.eeworm.com/read/135808/13898397
asp new.asp
BODY {BODY
SCROLLBAR-FACE-COLOR:
rgb(176,220,13);
SCROLLBAR-3DLIGHT-COLOR:
rgb(176,220,13);
SCROLLBAR-DARKSHADOW-COLOR:
rgb(176,220,
www.eeworm.com/read/135808/13898441
asp newadmin.asp
BODY {BODY
SCROLLBAR-FACE-COLOR:
rgb(176,220,13);
SCROLLBAR-3DLIGHT-COLOR:
rgb(176,220,13);
SCROLLBAR-DARKSHADOW-COLOR:
rgb(176,220,
www.eeworm.com/read/440390/7690024
m convt.m
function hsv=convt(rgb)
r1=rgb(:,:,1);
g1=rgb(:,:,2);
b1=rgb(:,:,3);
if isa(r1, 'uint8'),
r1 = double(r1) / 255;
elseif isa(r1, 'uint16')
r1 = double(r1) / 65535;
www.eeworm.com/read/135582/5885517
cc img2raw.cc
/*
* img2raw.cc
*/
#include
#include "img2raw.hh"
#include "yuv2rgb16.hh"
#if ENABLE_MMX
#include "yuv2rgb16mmx.hh"
#include "yuv2rgb32mmx.hh"
#include "grey2rgb32mmx.hh"
#include "
www.eeworm.com/read/135582/5885677
cc img2raw.cc
/*
* img2raw.cc
*/
#include
#include "img2raw.hh"
#include "yuv2rgb16.hh"
#if ENABLE_MMX
#include "yuv2rgb16mmx.hh"
#include "yuv2rgb32mmx.hh"
#include "grey2rgb32mmx.hh"
#include "