halcon 特征提取

gray_features ( Regions, Image : : Features : Value )
Calculates gray value features for a set of regions.
gray_features has a set of regions (Regions) as input. For each of these regions the features (Features)
are calculated and returned in Value. Possble values for Features:
area’ Gray value volume of region (see area_center_gray)
row’ Row index of the center of gravity (see area_center_gray)
column’ Column index of the center of gravity (see area_center_gray)
ra’ Major axis of equivallent ellipse (see elliptic_axis_gray)
rb’ Minor axis of equivallent ellipse (see elliptic_axis_gray)
phi’ Orientation of equivallent ellipse (see elliptic_axis_gray)
min’ Minimum gray value (see min_max_gray)
max’ Maximum gray value (see min_max_gray)
median’ Median gray value (see min_max_gray, with Percent=50)
mean’ Mean gray value (see intensity)
deviation’ Deviation of gray values (see intensity)
plane_deviation’ Deviation from the approximating plane (see plane_deviation)
anisotropy’ Anisotropy (see entropy_gray)
entropy’ Entropy (see entropy_gray)
fuzzy_entropy’ Fuzzy entropie of region (see fuzzy_entropy, with a fuzzy function from Apar=0 to
Cpar=255)
fuzzy_perimeter’ Fuzzy perimeter of region (see fuzzy_perimeter, with a fuzzy function from Apar=0 to
Cpar=255)
moments_row’ Mixed moments along a row (see moments_gray_plane)
moments_column’ Mixed moments along a column (see moments_gray_plane)
alpha’ Approximating plane, parameter Alpha (see moments_gray_plane)
beta’ Approximating plane, parameter Beta (see moments_gray_plane)
 

你可能感兴趣的:(《Halcon》)