-
Notifications
You must be signed in to change notification settings - Fork 0
/
Runner_0703_2013.m
55 lines (36 loc) · 1.65 KB
/
Runner_0703_2013.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
addpath(genpath(['c:\ForAlex\SLIC']));
% this function create profile.mat in each image directory; profile.mat stores file names in each channel
createproc_GC_TMK1
% this function invokes sc_handseg.m, to crop each individual region
handseg_GC_TMK1
% this function create profile.mat in each image directory; profile.mat stores file names in each channel
createproc_GC_MKN7
% this function invokes sc_handseg.m, to crop each individual region
handseg_GC_MKN7
%----------------
% this function create profile.mat in each image directory; profile.mat stores file names in each channel
createproc_GC_SNU1
% this function invokes sc_handseg.m, to crop each individual region
handseg_GC_SNU1
% this function create profile.mat in each image directory; profile.mat stores file names in each channel
createproc_GC_AZ521
% this function invokes sc_handseg.m, to crop each individual region
handseg_GC_AZ521
% this function create profile.mat in each image directory; profile.mat stores file names in each channel
createproc_GC_MKN45
% this function invokes sc_handseg.m, to crop each individual region
handseg_GC_MKN45
%------------
% this function create profile.mat in each image directory; profile.mat stores file names in each channel
createproc_GC_SCH
% this function invokes sc_handseg.m, to crop each individual region
handseg_GC_SCH
% this function create profile.mat in each image directory; profile.mat stores file names in each channel
createproc_GC_HS746T
% this function invokes sc_handseg.m, to crop each individual region
handseg_GC_HS746T
%----------------
% cell level feature calculation
SC_CellLevelFeatures_Wrapper
% combine features and do t-test
TTest_Features