Uses of Interface
adams.flow.transformer.FeatureGenerator
-
Packages that use FeatureGenerator Package Description adams.flow.transformer -
-
Uses of FeatureGenerator in adams.flow.transformer
Classes in adams.flow.transformer that implement FeatureGenerator Modifier and Type Class Description class
BoofCVFeatureGenerator
Applies a BoofCV feature generator to the incoming image and outputs the generated features.class
BufferedImageFeatureGenerator
Applies an JAI flattener to the incoming image and outputs the generated features.class
OpenCVFeatureGenerator
Applies a OpenCV feature generator to the incoming image and outputs the generated features.class
TimeseriesFeatureGenerator
Applies a timeseries feature generator to the incoming timeseries and outputs the generated features.
-