代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/110972/6160881
h decore.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/109236/6175772
c snap_ppm.c
/*
* snap_ppm - screen snapshot for Nano-X, ppm format
*/
/*
* A simple Nano-X screenshot program using GrReadArea().
*
* The contents of this file are subject to the Mozilla Public License
* V
www.eeworm.com/read/105282/6199955
cpp colourpopup.cpp
//this file is part of notepad++
//Copyright (C)2003 Don HO ( donho@altern.org )
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General P
www.eeworm.com/read/100745/6265220
c snap_ppm.c
/*
* snap_ppm - screen snapshot for Nano-X, ppm format
*/
/*
* A simple Nano-X screenshot program using GrReadArea().
*
* The contents of this file are subject to the Mozilla Public License
* V
www.eeworm.com/read/100127/6274174
py imgconv.py
import imageop
error = 'imgconv.error'
LOSSY = 1
NOT_LOSSY = 0
def null(img, x, y):
return img
def mono2grey(img, x, y):
return imageop.mono2grey(img, x, y, 0, 255)
def grey2jpeggrey(img, x, y
www.eeworm.com/read/494249/6380785
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 c
www.eeworm.com/read/492717/6407859
m example5_3.m
%顶点坐标为(40 , 50) , (40 , 250),(240,50)和(240,250)。
RGB=imread('flowers.tif');
imshow(RGB);
RGB2=imcrop(RGB,[40,50,200,200]);
figure,imshow(RGB2);
www.eeworm.com/read/490722/6451896
m ex622.m
%********************************************************
%程序:EX622.M
%功能:把一幅真彩图像转换为一个HSV模型空间对应的图像
%********************************************************
RGB=imread('pic001.jpg'); %将图像格式文件读入为M
www.eeworm.com/read/490722/6451901
m ex621.m
%********************************************************
%程序:EX621.M
%功能:利用warp函数将一幅真彩图像映射到球面上
%********************************************************
RGB1=imread('circles.jpg');
RGB2=imread('
www.eeworm.com/read/490722/6451906
m ex603.m
%********************************************************
%EX603.M
%功能:RGB图像显示
%********************************************************
RGB=imread('leaf.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据
imag