代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/427336/8950972
m untitled1.m
close all
clear
clc
v1=imread('32TPUV1.bmp');
v2=imread('32TPUV2.bmp');
v3=imread('32TPUV3.bmp');
v4=imread('32TPUV4.bmp');
v1=double(rgb2gray(v1));
v2=double(rgb2gray(v2));
v3=double(rgb2gray(v3))
www.eeworm.com/read/427336/8950995
m untitled2.m
close all
clear
clc
v1=imread('32TPUV1.bmp');
v2=imread('32TPUV2.bmp');
v3=imread('32TPUV3.bmp');
v4=imread('32TPUV4.bmp');
v1=double(rgb2gray(v1));
v2=double(rgb2gray(v2));
v3=double(rgb2gray(v
www.eeworm.com/read/283824/8986619
m test_4_1.m
im = rgb2gray(imread('shelves.jpg'));
im = double(im);
dtt = harrisCorner(im);
imagesc(im); hold on; colormap gray;
plot(dtt(2,:), dtt(1,:), 'y+');
www.eeworm.com/read/283587/9004002
c drawtext.c
/*
* drawtext.c: print text over the screen
******************************************************************************
* Options:
* -f font filename (MANDATORY!!!)
* -s
www.eeworm.com/read/283388/9025552
cpp histogram.cpp
#include "strsafe.h"
#include "StdAfx.h"
#include "histogram.h"
#include "math.h"
CImageOp::CImageOp()
: m_pImg(NULL), m_dwWidth(0), m_dwHeight(0), m_lStride(0), m_iBitDepth(0)
{
}
//
www.eeworm.com/read/184769/9079477
c get-group-target.c
/*
* Copyright © 2006 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that
www.eeworm.com/read/184417/9101702
html copyteximage2d.html
NAME
glCopyTexImage2D - copy pixels into a 2D texture image
C SPECIFICATION
void glCop
www.eeworm.com/read/184417/9102421
html fglcopyteximage2d.html
NAME
fglCopyTexImage2D - copy pixels into a 2D texture image
FORTRAN SPECIFICATION
SUBROUTINE
www.eeworm.com/read/381221/9103077
cpp dynsplitview2.cpp
// DynSplitView2.cpp : implementation file
//
#include "stdafx.h"
#include "DSplit.h"
#include "DynSplitView2.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/378041/9253259
m 8-5.m
[X,map]=imread('canoe.tif');
Image_Type_YN1=isind(X);
%索引图像的读取与判断
I = imread('moon.tif');
Image_Type_YN2=isgray(I);
%灰度图像的读取与判断
RGB=imread('flowers.tif');
Image_Type_YN3=isrgb(RGB);
%真彩色图像的读