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 classAbstractScriptAncestor for OpenCV feature generator scripts.classAbstractScriptedFeatureGeneratorAbstract ancestor for OpenCV feature generator that execute external scripts.classHistogramComputes a histogram from the incoming image.classMultiOpenCVFeatureGeneratorApplies multiple generators to the same image and merges the generate a feature vectors side-by-side.classOtsuComputes the threshold using Otsu's method
classScriptedA 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 AbstractOpenCVFeatureGeneratorScripted. m_FeatureGeneratorObjectthe loaded script object.protected AbstractOpenCVFeatureGenerator[]MultiOpenCVFeatureGenerator. m_SubGeneratorsthe 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 voidMultiOpenCVFeatureGenerator. 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 AbstractOpenCVFeatureGeneratorOpenCVFeatureGenerator. m_ActualAlgorithmthe actual algorithm to apply to the image.protected AbstractOpenCVFeatureGeneratorOpenCVFeatureGenerator. m_Algorithmthe algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractOpenCVFeatureGenerator Modifier and Type Method Description AbstractOpenCVFeatureGeneratorOpenCVFeatureGenerator. getAlgorithm()Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractOpenCVFeatureGenerator Modifier and Type Method Description voidOpenCVFeatureGenerator. setAlgorithm(AbstractOpenCVFeatureGenerator value)Sets the algorithm to use.
-