代码搜索结果

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

9-11.m

RGB = imread('flowers.tif'); HSV = rgb2hsv(RGB); subplot(121) imshow(RGB) title('原RGB图像') subplot(122) imshow(HSV) title('变换后的HSV图像') %由于色图独立开来,因而没有色图间的影响

colortransform.cpp

////////////////////////////////////////////////////////////////////// // FileFury // Copyright (c) 2000 Tenebril Incorporated // All rights reserved. // // This source code is governed by the Te

fblin8.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * 8bpp Linear Video Driver for Microwindows * 00/01/26 added alpha blending with lookup tables (64k total) * * Inspired from

fbquasar.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * 8bpp Linear Video Driver for Microwindows * 00/01/26 added alpha blending with lookup tables (64k total) * * Inspired from

fblin8.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * 8bpp Linear Video Driver for Microwindows * 00/01/26 added alpha blending with lookup tables (64k total) * * Inspired from

fbquasar.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * 8bpp Linear Video Driver for Microwindows * 00/01/26 added alpha blending with lookup tables (64k total) * * Inspired from

9-12.m

RGB = imread('flowers.tif'); NTSC = rgb2ntsc(RGB); subplot(121) imshow(RGB) title('原RGB图像') subplot(122) imshow(NTSC(:,:,1)) title('变换后的NTSC图像')

9-11.m

RGB = imread('flowers.tif'); HSV = rgb2hsv(RGB); subplot(121) imshow(RGB) title('原RGB图像') subplot(122) imshow(HSV) title('变换后的HSV图像') %由于色图独立开来,因而没有色图间的影响

9-12.m

RGB = imread('flowers.tif'); NTSC = rgb2ntsc(RGB); subplot(121) imshow(RGB) title('原RGB图像') subplot(122) imshow(NTSC(:,:,1)) title('变换后的NTSC图像')

9-11.m

RGB = imread('flowers.tif'); HSV = rgb2hsv(RGB); subplot(121) imshow(RGB) title('原RGB图像') subplot(122) imshow(HSV) title('变换后的HSV图像') %由于色图独立开来,因而没有色图间的影响