代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/100919/15860505

c jccolor.c

/* * jccolor.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/100560/15872159

c jccolor.c

/* * jccolor.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/477111/1364019

m sumarize11_5_2a.m

%调入与显示RGB图像 RGB = imread('peppers.png'); isrgb(RGB); figure(1); imshow(RGB); %RGB图转换为灰度图像 I = rgb2gray(RGB); figure(2); imshow(I); colorbar('horiz'); isgray(I); %边缘检测 ED = edge(I,'sobel',0
www.eeworm.com/read/466484/1510684

m sumarize11_5_2a.m

%调入与显示RGB图像 RGB = imread('peppers.png'); isrgb(RGB); figure(1); imshow(RGB); %RGB图转换为灰度图像 I = rgb2gray(RGB); figure(2); imshow(I); colorbar('horiz'); isgray(I); %边缘检测 ED = edge(I,'sobel',0
www.eeworm.com/read/218114/4864261

m sumarize11_5_2a.m

%调入与显示RGB图像 RGB = imread('peppers.png'); isrgb(RGB); figure(1); imshow(RGB); %RGB图转换为灰度图像 I = rgb2gray(RGB); figure(2); imshow(I); colorbar('horiz'); isgray(I); %边缘检测 ED = edge(I,'sobel',0
www.eeworm.com/read/304591/3796166

m sumarize11_5_2a.m

%调入与显示RGB图像 RGB = imread('peppers.png'); isrgb(RGB); figure(1); imshow(RGB); %RGB图转换为灰度图像 I = rgb2gray(RGB); figure(2); imshow(I); colorbar('horiz'); isgray(I); %边缘检测 ED = edge(I,'sobel',0
www.eeworm.com/read/402141/2332639

m sumarize11_5_2a.m

%调入与显示RGB图像 RGB = imread('peppers.png'); isrgb(RGB); figure(1); imshow(RGB); %RGB图转换为灰度图像 I = rgb2gray(RGB); figure(2); imshow(I); colorbar('horiz'); isgray(I); %边缘检测 ED = edge(I,'sobel',0
www.eeworm.com/read/384950/2595978

m sumarize11_5_2a.m

%调入与显示RGB图像 RGB = imread('peppers.png'); isrgb(RGB); figure(1); imshow(RGB); %RGB图转换为灰度图像 I = rgb2gray(RGB); figure(2); imshow(I); colorbar('horiz'); isgray(I); %边缘检测 ED = edge(I,'sobel',0
www.eeworm.com/read/358021/3007364

m sumarize11_5_2a.m

%调入与显示RGB图像 RGB = imread('peppers.png'); isrgb(RGB); figure(1); imshow(RGB); %RGB图转换为灰度图像 I = rgb2gray(RGB); figure(2); imshow(I); colorbar('horiz'); isgray(I); %边缘检测 ED = edge(I,'sobel',0
www.eeworm.com/read/472269/1412924

h skinrgb.h

#ifndef __SKIN_RGB_INCLUDED_ #define __SKIN_RGB_INCLUDED_ int IsSkin_RGB(ColorBGR color); #endif // __SKIN_RGB_INCLUDED_