代码搜索结果
找到约 8,819 项符合
RGB 的代码
代码29.6.4.txt
function Surface_Callback(hObject, eventdata, handles)
file=get(handles.edit1,'string'); % 得到图像文件名和路径
X=imread(file); % 读入图像
P=rgb2gray(X);
代码23-4.txt
f=imread('peppers.png'); % 读入图像
f=rgb2gray(f); % 转换为灰度图像
f=im2double(f); % 数据类型转换
% 全局阈值
T=0.5*(min(f(:
activecontour.m
function snake2()
close all
clear all
clc
% read the input image
inpImage =imread('1.jpg');
% size of image
[rows cols dims] = size(inpImage);
if dims==3
inpImage=double(rgb2gray(inpI
snake2.m
function snake2()
close all
clear all
clc
% read the input image
inpImage =imread('1.jpg');
% size of image
[rows cols dims] = size(inpImage);
if dims==3
inpImage=double(rgb2gray(inpI
主程序.prg
set talk off
set safety off
set deleted on
PUBLIC gcNowPath
gcNowPath=ADDBS(JUSTPATH(SYS(16)))
SET DEFAULT TO (gcNowPath)
set sysmenu off
_screen.caption="学生成绩管理系统"
_screen.backcolor=RGB(
color-settransform-alpha.swf.trace
Test the that setTransform({ra:1,ga:-10,ba:1000,aa:-10000}) does the correct thing
rgb: 0
ra: 0.78125
rb: 0
ga: -9.765625
gb: 0
ba: 1000
bb: 0
aa: -10000
ab: 0
_alpha: -10000