代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/393017/8314945
m tuxxsu2.m
RGB = imread('peppers.png');
c = [12 146 410];
r = [104 156 129];
pixels = impixel(RGB,c,r)
www.eeworm.com/read/174253/9599829
set 8600p.set
[Sections]
AddReg=OVT.8600.Setting
[OVT.8600.Setting]
HKR,%8600Set%,VersionCheck,1, a0, 0A, ff, 86
HKR,%8600Set%,MinorVersionCheck,1, a0, 0B, ff, 00
HKR,%8600Set%,ResetCamera,1, 12, 80, ff
HKR
www.eeworm.com/read/173978/9617144
h decore.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/369484/9643816
cpp colorbtnsampledlg.cpp
// colorBtnSampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "colorBtnSample.h"
#include "colorBtnSampleDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/367875/9724931
m som_clustercolor.m
function color=som_clustercolor(m, class, colorcode)
% SOM_CLUSTERCOLOR Sets map unit coloring according to classification
%
% syntax 1: color = som_clustercolor(m, class, [colorcode])
% syntax 2: c
www.eeworm.com/read/366977/9786512
m p0207.m
I=imread('Plane211.jpg');
I2=rgb2gray(I);
imshow(I);
figure,imshow(I2);
www.eeworm.com/read/366928/9792250
h globals.h
/****************************************************************************************/
/* Globals.h */
/*
www.eeworm.com/read/366888/9794186
c enc.c
// A BMP truecolor to JPEG encoder
// Copyright 1999 Cristi Cuturicu
#include
#include
#include
#include "jtypes.h"
#include "jglobals.h"
#include "jtables.h"
www.eeworm.com/read/269878/11072280
cpp mine.cpp
// mine.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "mine.h"
#include "mineDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/414517/11109675
h texture.h
/*
* read_texture() - read in an image file in SGI 'libimage' format
* currently its very simple minded and converts all images
* to RGBA8 regardless of the input format and returns the
* or