代码搜索结果

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

show.c

/***************************************************************************** * * show.c - Logitech QuickCam Express Viewer / Debug utility * * Copyright (C) 2000 Georg Acher (acher@in.tum.de)

app.c

/**************************************************************************** * 公司名称:SITRONIX * * 模块名称:APP.C * * 模块功能:IC上层应用文件

show.c

/***************************************************************************** * * show.c - Logitech QuickCam Express Viewer / Debug utility * * Copyright (C) 2000 Georg Acher (acher@in.tum.de)

colors.h

#include "colors_yuv422.h" #include "colors_rgb888.h" #define GET_R(col) ((col>>16)&0xFF) #define GET_G(col) ((col>> 8)&0xFF) #define GET_B(col) ((col )&0xFF) #ifdef YUV #define Black YUV_

fsgui1.h

// // fsGUI.h // // fs9660-GUI module internal include // // notes: // // history: // 2002/02/26 : create // #ifndef __FS_GUI1_H #define __FS_GUI1_H //module global variables fo

9-13.m

RGB = imread('flowers.tif'); YCBCR = rgb2ycbcr(RGB); subplot(121) imshow(RGB) title('原RGB图像') subplot(122) imshow(YCBCR) title('变换后的NTSC图像')

rtc.c

#include "RTC.h" #include "RTC_ICO.c" #include "Simulate_Clock_Pane.c" #include "Clock_Logo.c" #include "Time_Date_Icon.c" #include "Time_Date_SmallIcon.c" /*======================

9-13.m

RGB = imread('flowers.tif'); YCBCR = rgb2ycbcr(RGB); subplot(121) imshow(RGB) title('原RGB图像') subplot(122) imshow(YCBCR) title('变换后的NTSC图像')

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

9-13.m

RGB = imread('flowers.tif'); YCBCR = rgb2ycbcr(RGB); subplot(121) imshow(RGB) title('原RGB图像') subplot(122) imshow(YCBCR) title('变换后的NTSC图像')