代码搜索结果

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

005.txt

第五课 学习更多关于“绘制”文本串的知识 -------------------------------------------------------------------------------- 我们将做更多的实践去了解有关文本的诸多属性如字体和颜色等。 理论: Windows 的颜色系统是用RGB值来表示的,R 代表红色,G 代表绿色,B 代表兰色。如果您想

example4_9.m

RGB1=imread('pic005.jpg'); RGB2=imread('pic007.jpg'); I1=imread('rice.tif'); I2=imread('testpat1.tif'); subplot(2,2,1); %将图形窗口等分成4部分 subimage([0,500],[0,500],RGB1); subplot(2,2,2); subimage([

convertyuv.cpp

#include #include #include #include #define MY(a,b,c) (( a* 0.2989 + b* 0.5866 + c* 0.1145)) #define MU(a,b,c) (( a*(-0.1688) + b*(-0.3312) + c*

matlab图像处理命令.txt

1.applylut 功能: 在二进制图像中利用lookup表进行边沿操作. 语法: A = applylut(BW,lut) 举例 lut = makelut('sum(x(:)) == 4',2); BW1 = imread('text.tif'); BW2 = applylut(BW1,lut); imshow(BW1) figure, imshow(

64k_test.c

/* Svga64k.bgi 测试文件 */ #include "graphics.h" #include "Svga64k.h" #include "stdio.h" #include "stdlib.h" #include "fcntl.h" #include "malloc.h" #include "io.h" int huge Return_SVGA64K(void

functions.h

extern void NotifyXferReady(void); extern void LogMessage(char msg[]); //extern TW_UINT16 ImageNativeXferMsg (PTWMSG pTWMsg); //Four channel types. #define MASTERCHANNEL 0 #define REDCHANNEL 3

ex620.m

%******************************************************** %程序:EX620.M %功能:利用warp函数将一幅真彩图像映射到球面上 %******************************************************** RGB=imread('leaf.jpg'); %将图像格式文件读入为MAT

ex623.m

%******************************************************** %程序:EX623.M %功能:把一幅真彩图像转换为一个NTSC模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文件读入

ex624.m

%******************************************************** %程序:EX624.M %功能:把一幅真彩色图像转换为一个YCbCr模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文