PRTools contents |
IM_SKEL_MEAS
F = IM_SKEL_MEASURE(A,FEATURES)
Input | |
A | Dataset with binary object images dataset |
FEATURES | Features to be computed |
Output | |
F | Dataset with computed features |
The following features may be computed on the skeleton images in A
'branch', 'end', 'link', 'single'. They should be combined in a cell array.
Use FEATURES = 'all' for computing all features (default).
datasets, datafiles, im_skel, dip_image, bskeleton,
PRTools contents |