代码搜索结果

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

rgb2hsi.m

%RGB2HSI Transform RGB to HSI color space % % [h s i] = rgb2hsi(r, g, b) % % Convert (r,g,b) color coordinates to HSI coordinates. % % Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matla

yuv2rgb.c

#include "config.h" #include "tmndec.h" #include "global.h" #ifdef DISPLAY #include #include #include #include #include #endif #ifdef DISP

rgb2xyz.m

%RGB2XYZ Convert RGB to XYZ color space % % [x, y, z] = RGB2XYZ(r, g, b) % xyz = RGB2XYZ(rgb) % % Convert (R,G,B) coordinates to (X,Y,Z) color space. % If RGB (or R, G, B) have more than one row, then

rgb2hsi.m

%RGB2HSI Transform RGB to HSI color space % % [h s i] = rgb2hsi(r, g, b) % % Convert (r,g,b) color coordinates to HSI coordinates. % % Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matla

rgb2xyz.m

%RGB2XYZ Convert RGB to XYZ color space % % [x, y, z] = RGB2XYZ(r, g, b) % xyz = RGB2XYZ(rgb) % % Convert (R,G,B) coordinates to (X,Y,Z) color space. % If RGB (or R, G, B) have more than one row, then

rgb2hsi.m

%RGB2HSI Transform RGB to HSI color space % % [h s i] = rgb2hsi(r, g, b) % % Convert (r,g,b) color coordinates to HSI coordinates. % % Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matla