forked from syau-miao/seg4maize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyGS.m
23 lines (18 loc) · 1000 Bytes
/
MyGS.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
classdef MyGS
%MYGS 此处显示有关此类的摘要
% 此处显示详细说明
properties(Constant)
MYCOLOR=[1 0 0; 0 1 0;0 0 1;1 1 0;1 0 1; 0 1 1;.5 0 0;0 .5 0;0 0 .5;.5 .5 0;.5 0 .5;...
0 .5 .5; .75 0 0; 0 .75 0 ; 0 0 .75; .75 .75 0; 0 .75 .75; .75 0 .75;...
0.25 0 0; 0 0.25 0; 0 0 0.25; 0.25 0.25 0; 0.25 0 0.25; 0 0.25 0.25;
0.15 0 0 ;0 0.15 0; 0 0 0.15; 0.15 0.15 0; 0 0.15 0.15; 0.15 0 0.15;0.6 0 0;
0 0.6 0;0 0 0.6; 0.6 0.6 0;0.6 0 0.6; 0 0.6 0.6; 0.4 0 0; 0 0.4 0;0 0 0.4;
0 0.4 0.4;0.4 0.4 0;0.4 0 0.4]
% MYCOLOR=[0.9 0.9 0.9; 0.8 0.8 0.8;0.7 0.7 0.7;0.5 0.5 0.5; ...
% 0.4 0.4 0.4; 0.3 0.3 0.3; 0.2 0.2 0.2 ; 0.1 0.1 0.1; 0.85 0.85 0.85; 0.75 .75 .75; .65 0.65 .65;...
% 0.55 0.55 0.55; 0.45 0.45 0.45; 0.35 0.35 0.35; 0.25 0.25 0.25; 0.15 0.15 0.15; 0.05 0.05 0.05;...
% 0.95 0.95 0.95;0.8 0.8 0.8;0.7 0.7 0.7;0.6 0.6 0.6;0.5 0.5 0.5;0.4 0.4 0.4; 0.3 0.3 0.3; 0.2 0.2 0.2]
end
methods
end
end