代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/462042/7211791

txt 代码24-3.txt

I = imread('rice.png'); % 读入图像 BW = im2bw(I, graythresh(I)); % 图像黑白转换 [B,L] = bwboundaries(BW,'noholes');
www.eeworm.com/read/461264/7230399

pro fitsrgb_to_tiff.pro

PRO FITSRGB_to_TIFF, path, rgb_files, tiff_name, BY_PIXEL=by_pixel, $ PREVIEW=preview, RED=r_mix, GREEN=g_mix, BLUE=b_mix ;+ ; NAME: ; FITSRGB_to_TIFF ; PURPOSE: ; C
www.eeworm.com/read/459751/7265135

h minedefs.h

#ifndef _MINEDEF #define _MINEDEF // regedit defines #define DEFAULT_LEVEL 0// for first run the default level will be primary(0) #define DEFAULT_RECORD 999 #define DEFAULT_HOLDER _T("匿名") #d
www.eeworm.com/read/459700/7266635

c convertcolor.c

/**************************************************************************************** * 文件名:CONVERTCOLOR.C * 功能:颜色值转换程序。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: **************************************
www.eeworm.com/read/457307/7328082

h minedefs.h

#ifndef _MINEDEF #define _MINEDEF // regedit defines #define DEFAULT_LEVEL 0// for first run the default level will be primary(0) #define DEFAULT_RECORD 999 #define DEFAULT_HOLDER _T("匿名") #d
www.eeworm.com/read/456242/7353253

m shrink.m

function shrink global filename path NEW; full_path = strcat(path, '\', filename); RGB = imread(full_path); figure,imshow(RGB); [height, width, colormap] = size(RGB); NEW = zeros(round
www.eeworm.com/read/456145/7357058

c camif.c

/************************************************************ File Name : camif.c Descriptions -S3C2440 camera test routines & basic libraries History - July 23, 2003. Draft Version 0.0 by purn
www.eeworm.com/read/455741/7366539

css style.css

www.eeworm.com/read/454447/7390608

cnt okhelp.cnt

:BASE OkHelp.hlp :TITLE Ok系列图像卡使用说明 1 前言=前言 1 硬件说明 2 性能与规范 3 PCI图象卡简介=PCI图象卡简介 3 系统配置安装要求=系统配置安装要求 3 图象卡输入输出插座连线定义=图象卡输入输出插座连线定义 2 黑白系列 3 OK_M10L=OK_M10L 3 OK_M10M=OK_M10M 3 OK_M20H=OK_M20H
www.eeworm.com/read/453590/7416583

c convertcolor.c

/**************************************************************************************** * 文件名:CONVERTCOLOR.C * 功能:颜色值转换程序。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: **************************************