代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/318022/13489905
cpp settingdlg.cpp
// SettingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Graphic.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/318022/13490140
cpp settingdlg.cpp
// SettingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Graphic.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/317552/13502500
ctl digitcode.ctl
VERSION 5.00
Begin VB.UserControl UserControl1
ClientHeight = 6510
ClientLeft = 0
ClientTop = 0
ClientWidth = 5670
ScaleHeight = 6510
ScaleWid
www.eeworm.com/read/310212/13654959
m isrgb.m
function y = isrgb(x)
%ISRGB Return true for RGB image.
% FLAG = ISRGB(A) returns 1 if A is an RGB truecolor image and
% 0 otherwise.
%
% ISRGB uses these criteria to determine if A is an R
www.eeworm.com/read/310212/13655040
m impixel.m
function varargout = impixel(varargin)
%IMPIXEL Determine pixel color values.
% IMPIXEL returns the red, green, and blue color values of
% specified image pixels. In the syntaxes below, IMPIXEL
www.eeworm.com/read/308529/13700183
m ex1.m
I = imread('chrimage.bmp');
figure,imshow(I);
I2 = rgb2gray(I);
s = size(I2);
I4 = 255*ones(s(1), s(2), 'uint8');
I5 = imsubtract(I4,I2);
I3 = medfilt2(I5,[5 5]);
I3 = imadjust(I3);
bw = im2bw
www.eeworm.com/read/308431/13701524
m k-means-ok.m
clc
clear
tic
RGB= imread ('001.jpg'); %读入像
img=rgb2gray(RGB);
y=rgb2gray(RGB);
[m,n]=size(img);
subplot(2,2,1),imshow(img);title(' 图一 原图像')
subplot(2,2,2),imhist(img);title(' 图二 原图像的灰度直方图')
www.eeworm.com/read/308176/13706374
cpp settingdlg.cpp
// SettingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Graphic.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/308176/13706394
cpp settingdlg.cpp
// SettingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Graphic.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _