代码搜索结果
找到约 8,819 项符合
RGB 的代码
gui.c
#include
#include
#include
#include "gui.h"
#include "lcd.h"
#include "key.h"
#include "2410iis.h"
#include "at.h"
#include "IIC_def.h"
#include "StepMotor.h"
gui.c
#include
#include
#include
#include "gui.h"
#include "lcd.h"
#include "key.h"
#include "2410iis.h"
#include "at.h"
#include "IIC_def.h"
#include "StepMotor.h"
f11_1.m
%原始索引图像
load trees
%转换为灰度图像
I = ind2gray(X,map);
figure(1)
subplot(2,2,1);
imshow(X,map)
title('索引图像');
subplot(2,2,2);
imshow(I)
title('转换后的灰度图像');
%原始真彩图像
RGB = imread('peppers.png')
f11_1.m
%原始索引图像
load trees
%转换为灰度图像
I = ind2gray(X,map);
figure(1)
subplot(2,2,1);
imshow(X,map)
title('索引图像');
subplot(2,2,2);
imshow(I)
title('转换后的灰度图像');
%原始真彩图像
RGB = imread('peppers.png')
outfile.c
#include
#include
#include
#include "OutFile.h"
#include
void Draw(HDC hdc,int x,int y,int with,int high,COLORREF pencolor,COLORREF bgcolor)
{
HPE
outfile.c
#include
#include
#include
#include "OutFile.h"
#include
//从x,y起画一个的文本框
void Draw(HDC hdc,int x,int y,int with,int high,COLORREF pencolor,COLORREF b
outfile.c
#include
#include
#include
#include "OutFile.h"
#include
void Draw(HDC hdc,int x,int y,int with,int high,COLORREF pencolor,COLORREF bgcolor)
{
HPE
colorb~2.cpp
// colorBtnSampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "colorBtnSample.h"
#include "colorBtnSampleDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
colours.py
#!/usr/bin/env python
"""
Some simple functions to generate colours.
"""
from matplotlib.numerix import asarray, asum
from matplotlib.mlab import linspace
from matplotlib.colors import colorConverter