Uses of Class
adams.data.opencv.features.AbstractOpenCVFeatureGenerator
-
Packages that use AbstractOpenCVFeatureGenerator Package Description adams.data.opencv.features adams.flow.transformer -
-
Uses of AbstractOpenCVFeatureGenerator in adams.data.opencv.features
Subclasses of AbstractOpenCVFeatureGenerator in adams.data.opencv.features Modifier and Type Class Description class
AbstractScript
Ancestor for OpenCV feature generator scripts.class
AbstractScriptedFeatureGenerator
Abstract ancestor for OpenCV feature generator that execute external scripts.class
Histogram
Computes a histogram from the incoming image.class
MultiOpenCVFeatureGenerator
Applies multiple generators to the same image and merges the generate a feature vectors side-by-side.class
Otsu
Computes the threshold using Otsu's method
class
Scripted
A feature generator that uses any scripting handler for processing the data with a script located in the specified file.Fields in adams.data.opencv.features declared as AbstractOpenCVFeatureGenerator Modifier and Type Field Description protected AbstractOpenCVFeatureGenerator
Scripted. m_FeatureGeneratorObject
the loaded script object.protected AbstractOpenCVFeatureGenerator[]
MultiOpenCVFeatureGenerator. m_SubGenerators
the generators to use.Methods in adams.data.opencv.features that return AbstractOpenCVFeatureGenerator Modifier and Type Method Description AbstractOpenCVFeatureGenerator[]
MultiOpenCVFeatureGenerator. getSubGenerators()
Returns the generators to use.Methods in adams.data.opencv.features with parameters of type AbstractOpenCVFeatureGenerator Modifier and Type Method Description void
MultiOpenCVFeatureGenerator. setSubGenerators(AbstractOpenCVFeatureGenerator[] value)
Sets the generators to use. -
Uses of AbstractOpenCVFeatureGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractOpenCVFeatureGenerator Modifier and Type Field Description protected AbstractOpenCVFeatureGenerator
OpenCVFeatureGenerator. m_ActualAlgorithm
the actual algorithm to apply to the image.protected AbstractOpenCVFeatureGenerator
OpenCVFeatureGenerator. m_Algorithm
the algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractOpenCVFeatureGenerator Modifier and Type Method Description AbstractOpenCVFeatureGenerator
OpenCVFeatureGenerator. getAlgorithm()
Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractOpenCVFeatureGenerator Modifier and Type Method Description void
OpenCVFeatureGenerator. setAlgorithm(AbstractOpenCVFeatureGenerator value)
Sets the algorithm to use.
-