public abstract class GlobalFeatureExtractor extends Object
| Constructor and Description | 
|---|
| GlobalFeatureExtractor() | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureVector | extract(MBFImage image)Create the feature from the image. | 
| abstract FeatureVector | extract(MBFImage image,
       FImage mask)Create the feature from the image and optional mask. | 
public GlobalFeatureExtractor()
public abstract FeatureVector extract(MBFImage image, FImage mask)
image - the imagemask - the mask (be be null)public FeatureVector extract(MBFImage image)
image - the image