代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/238473/13884246
h overlaydefs.h
//
// OverlayDefs.h
//
#ifndef __H_OverlayDefs__
#define __H_OverlayDefs__
const double PI = 3.1415926535;
typedef enum
{
FT_NONE,
FT_RGB8,
FT_RGB555,
FT_RGB565,
FT_RGB24,
FT_
www.eeworm.com/read/239395/4601627
h overlaydefs.h
//
// OverlayDefs.h
//
#ifndef __H_OverlayDefs__
#define __H_OverlayDefs__
const double PI = 3.1415926535;
typedef enum
{
FT_NONE,
FT_RGB8,
FT_RGB555,
FT_RGB565,
FT_RGB24,
FT_
www.eeworm.com/read/378175/2689856
m example4_12.m
RGB=imread('hr.jpg');
YCbCr=rgb2ycbcr(RGB);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subplot(1,2,2);
subimage(YCbCr);
title('变换后的图像');
www.eeworm.com/read/367675/2832800
m example4_12.m
RGB=imread('hr.jpg');
YCbCr=rgb2ycbcr(RGB);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subplot(1,2,2);
subimage(YCbCr);
title('变换后的图像');
www.eeworm.com/read/235707/14055378
h overlaydefs.h
//
// OverlayDefs.h
//
#ifndef __H_OverlayDefs__
#define __H_OverlayDefs__
const double PI = 3.1415926535;
typedef enum
{
FT_NONE,
FT_RGB8,
FT_RGB555,
FT_RGB565,
FT_RGB24,
FT_
www.eeworm.com/read/465964/7042415
m bpclass.m
clc
%神经网络图像分类
RGB=imread('harvey.jpg');
figure,imshow(RGB);
title('原始遥感图像');
%提取原始图像的R、G、B分量
R=RGB(:,:,1);
G=RGB(:,:,2);
B=RGB(:,:,3);
figure,subplot(1,3,1);
imshow(R);
title('原始图像R分量');
s
www.eeworm.com/read/214871/15085559
lsp fractal-utility5.lsp
;;;===============
;;;HSL值转RGB值
;;;返回RGB值的列表
;;;===============
;;;Hue转RGB
(defun Hue->rgb (v1 v2 vHue / vH)
(cond
((< vHue 0) (setq vH (1+ vHue)))
((> vHue 1) (setq vH (1-
www.eeworm.com/read/468598/1485810
twice
toolbar: flat diagonal gradient
toolbar.color: rgb:c/6/6
toolbar.colorTo: rgb:8/4/4
toolbar.button: flat diagonal gradient
toolbar.button.color: rgb:6/3/3
toolbar.button.colorTo: rgb:a/5/5
to
www.eeworm.com/read/468598/1485813
nyz
toolbar: flat diagonal gradient
toolbar.color: rgb:6/9/c
toolbar.colorTo: rgb:4/6/8
toolbar.button: flat diagonal gradient
toolbar.button.color: rgb:3/48/6
toolbar.button.colorTo: rgb:5/78/a
www.eeworm.com/read/351636/3100469
cmake wrap_itkvectorcastimagefilter.cmake
WRAP_CLASS("itk::VectorCastImageFilter" POINTER_WITH_SUPERCLASS)
# vector vector
WRAP_IMAGE_FILTER_COMBINATIONS("${WRAP_ITK_VECTOR}" "${WRAP_ITK_VECTOR}")
# RGB RGB
UNIQUE(rgb