Class SingleRowPerInput<T extends InputFromManager,S extends FeatureInput>

Object
AnchorBean<FeatureSource<T,FeatureList<S>,S>>
FeatureSource<T,FeatureList<S>,S>
SingleRowPerInput<T,S>
Type Parameters:
T - input-manager type
S - feature-input type
Direct Known Subclasses:
FromHistogram, FromImage, FromImageMetadata

public abstract class SingleRowPerInput<T extends InputFromManager,S extends FeatureInput> extends FeatureSource<T,FeatureList<S>,S>
Base class for exporting features, where features are calculated per-image using a NamedFeatureStore.
Author:
Owen Feehan