public static interface ShapeFeatures.ShapeFeaturesOp
Modifier and Type | Method and Description |
---|---|
FeatureVector |
execute(MBFImage image,
FImage mask)
Calculate a feature using the shape defined by the mask and possibly
the pixel values from the image.
|
FeatureVector execute(MBFImage image, FImage mask)
image
- the image.mask
- the mask.