代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/478525/6708922
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/478256/6713721
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/478248/6722607
cpp userinfodlg.cpp
#include "stdafx.h"
#include "Chat.h"
#include "UserInfoDlg.h"
// CUserInfoDlg 对话框
IMPLEMENT_DYNAMIC(CUserInfoDlg, CDialog)
CUserInfoDlg::CUserInfoDlg(CWnd* pParent /*=NULL*/)
: CDialog
www.eeworm.com/read/477829/6723654
h convertcolor.h
/****************************************************************************************
* 文 件 名:CONVERTCOLOR.H
* 功 能:颜色值转换程序。(头文件)
*************************************************************
www.eeworm.com/read/477438/6735463
m s052.m
% 灰度图像直方图 s052
clear;
I52=imread('1.jpg');
I520=rgb2gray(I52);
imhist(I520,64)
www.eeworm.com/read/477438/6735493
m s029.m
% rgb图像转换为hsv图像,再真彩显示 s029
I29=imread('1.jpg');
I290=rgb2hsv(I29);
I291=1-I290(:,:,1);
subplot(3,3,1),imshow(cat(3,I290(:,:,1),I290(:,:,2),I290(:,:,3)));
subplot(3,3,2),imshow(cat(3,I290(:,:,1),
www.eeworm.com/read/476705/6748632
m beijing.m
%%% 处理64X64的图像
clc
RGB=imread('奥林匹克1.jpg');
imshow(RGB)
RGB=imresize(RGB,[64 64]); %创建一幅64X64的输出图像
pixval
figure
imshow(RGB)
a=[];
b=[];
for x=1:64
for y=1:64
a=[a,RGB(x,
www.eeworm.com/read/410806/11269018
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/410317/11293089
cpp box.cpp
//opencv c++ code to create an image with a rectangle crossing vertical yellow
//line from bottom corner to top corner
#include "cv.h"
#include "highgui.h"
int main()
{
/* LINE */
int key;
www.eeworm.com/read/264167/11327103
h rgbcolor.h
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2000 by Michel Wassink
// All rights reserved
//
// This is free software.
// You may redistribute i