-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwc_misc.features
34 lines (27 loc) · 933 Bytes
/
wc_misc.features
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
# file wc_misc.features
#-- Intensity distribution --
ZERNIKE2D # Zernike
#-- Neighbors --
NUM_NEIGHBORS # Num neighbors
CLOSEST_NEIGHBOR1_ANG # 1st closest angle
#-- Mesodescriptors --
EROSIONS_2_VANISH # Erosions to vanish
EROSIONS_2_VANISH_COMPLEMENT # Eros to vanish compl
#-- Microdescriptors --
FRACT_DIM_BOXCOUNT # Fractal dim boxcounting
FRACT_DIM_PERIMETER # Fractal dim perimeter
#-- Statistical lengths --
MAX_FERET_ANGLE # Feret max angle
#-- Feret min coordinates --
MAXCHORDS_MAX # Maxchords max
MAXCHORDS_MEAN # Maxchords mean
MAXCHORDS_MEDIAN # Maxchords median
MAXCHORDS_MIN # Maxchords min
MAXCHORDS_MODE # Maxchords mode
MAXCHORDS_STDDEV # Maxchords stddev
ALLCHORDS_MAX # Allchords max
ALLCHORDS_MEAN # Allchords mean
ALLCHORDS_MEDIAN # Allchords median
ALLCHORDS_MIN # Allchords min
ALLCHORDS_MODE # Allchords mode
ALLCHORDS_STDDEV # Allchords stddev