PRTools contents |
IM_MEASURE
F = IM_MEASURE(A,GRAY,FEATURES)
Input | |
A | Dataset with binary object images dataset (possibly multi-band) |
GRAY | Gray-valued images (matched with A, optional) |
FEATURES | Features to be computed |
Output | |
F | Dataset with computed features |
The following features may be computed
'dimension','mean','stddev','gravity','size','center','max','min', 'maxval','minval','feret'','inertia','ccbendingenergy'. Note that some features like 'mean' (mean image intensity) and 'stddev' (standard deviation of image intensity) are not useful for binary images. Run MEASUREHELP to get some information on these measures.
Use FEATURES = 'all' for computing all features. Use MEASUREHELP for some description of the features.
datasets, datafiles, measure, measurehelp,
PRTools contents |