代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/412853/11180597

m mmsetclr.m

%MMSETCLR Obtain an RGB triple interactively from a color sample. % MMSETCLR displays a dialog box for the user to select % a color interactively and displays the RGB triple value of % the new color.
www.eeworm.com/read/300728/13895878

m mmsetclr.m

%MMSETCLR Obtain an RGB triple interactively from a color sample. % MMSETCLR displays a dialog box for the user to select % a color interactively and displays the RGB triple value of % the new color.
www.eeworm.com/read/101204/15841785

m mmsetclr.m

%MMSETCLR Obtain an RGB triple interactively from a color sample. % MMSETCLR displays a dialog box for the user to select % a color interactively and displays the RGB triple value of % the new color.
www.eeworm.com/read/36958/1064878

m ch5_4_3.m

%%%% 使用均值滤波器对真彩图像的每一个颜色平面进行滤波例程: rgb=imread('peppers.png'); h=ones(5,5)/25; rgb2=imfilter(rgb,h); %B=IMFILTER(A,H)filtersthemultidimensionalarrayAwiththe %multidimensionalfilterH.Acanbelogicalo
www.eeworm.com/read/36958/1064901

m ch4_2_1.m

RGB = imread('autumn.tif'); I = rgb2gray(RGB); J = dct2(I); imshow(log(abs(J)),[]), colormap(jet(64)), colorbar J(abs(J) < 10) = 0; K = idct2(J); figure,imshow(I) figure,imshow(K,[0 255])
www.eeworm.com/read/459598/1567150

c camera.c

#include #include #define R_RGB565(x) (unsigned char) (((x) >> 8) & 0xF8) #define G_RGB565(x) (unsigned char) (((x) >> 3) & 0xFC) #define B_RGB565(x) (unsigned char)
www.eeworm.com/read/459172/1572820

makefile

include $(SUBDIR)../config.mak NAME = swscale FFLIBS = avutil OBJS = rgb2rgb.o swscale.o swscale_avoption.o OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o OBJS-$(CONFIG_GPL) +
www.eeworm.com/read/200768/15425001

m linehough.m

clc; clear; RGB = imread('test.jpg');%jaynes-thesis I=rgb2gray(RGB); % 图片用的是灰度图像, [x,y,z]=size(I); BW=edge(I,'canny'); figure; imshow(I); title('原图'); figure; imshow(BW); title('边缘检
www.eeworm.com/read/273525/4208445

class gx.class

class { rgb = "255 255 255" }, inherit(view) program define new version 7 syntax [, Color(numlist integer min=3 max=3 >=0
www.eeworm.com/read/273525/4208762

class gxf.class

class { rgb = "255 255 255" }, inherit(view) program define new version 7 syntax [, Color(numlist integer min=3 max=3 >=0