Uses of Class
adams.data.boofcv.features.AbstractBoofCVFeatureGenerator
-
Packages that use AbstractBoofCVFeatureGenerator Package Description adams.data.boofcv.features adams.flow.transformer -
-
Uses of AbstractBoofCVFeatureGenerator in adams.data.boofcv.features
Subclasses of AbstractBoofCVFeatureGenerator in adams.data.boofcv.features Modifier and Type Class Description classAbstractScriptAncestor for BoofCV feature generator scripts.classAbstractScriptedFeatureGeneratorAbstract ancestor for BoofCV feature generator that execute external scripts.classFilteredBoofCVFeatureGeneratorApplies the filter (an image transformer) to the image first before generating the features from the transformed images.classHistogramGenerates a histogram from the image.classMultiBoofCVFeatureGeneratorApplies multiple generators to the same image and merges the generate a feature vectors side-by-side.classOtsuComputes the variance based threshold using Otsu's method from an input image (gray scale; boofcv.struct.image.GrayU8).
For more information see:
WikiPedia.classPixelsGets all the pixels of the image.classScriptedA feature generator that uses any scripting handler for processing the data with a script located in the specified file.Fields in adams.data.boofcv.features declared as AbstractBoofCVFeatureGenerator Modifier and Type Field Description protected AbstractBoofCVFeatureGeneratorScripted. m_FeatureGeneratorObjectthe loaded script object.protected AbstractBoofCVFeatureGeneratorFilteredBoofCVFeatureGenerator. m_Generatorthe base feature generator.protected AbstractBoofCVFeatureGenerator[]MultiBoofCVFeatureGenerator. m_SubGeneratorsthe flatteners to use.Methods in adams.data.boofcv.features that return AbstractBoofCVFeatureGenerator Modifier and Type Method Description AbstractBoofCVFeatureGeneratorFilteredBoofCVFeatureGenerator. getGenerator()Returns the feature generator to use on the filtered data.AbstractBoofCVFeatureGenerator[]MultiBoofCVFeatureGenerator. getSubGenerators()Returns the flatteners to use.Methods in adams.data.boofcv.features with parameters of type AbstractBoofCVFeatureGenerator Modifier and Type Method Description voidFilteredBoofCVFeatureGenerator. setGenerator(AbstractBoofCVFeatureGenerator value)Sets the feature generator to use on the filtered data.voidMultiBoofCVFeatureGenerator. setSubGenerators(AbstractBoofCVFeatureGenerator[] value)Sets the flatteners to use. -
Uses of AbstractBoofCVFeatureGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractBoofCVFeatureGenerator Modifier and Type Field Description protected AbstractBoofCVFeatureGeneratorBoofCVFeatureGenerator. m_ActualAlgorithmthe actual algorithm to apply to the image.protected AbstractBoofCVFeatureGeneratorBoofCVFeatureGenerator. m_Algorithmthe algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractBoofCVFeatureGenerator Modifier and Type Method Description AbstractBoofCVFeatureGeneratorBoofCVFeatureGenerator. getAlgorithm()Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractBoofCVFeatureGenerator Modifier and Type Method Description voidBoofCVFeatureGenerator. setAlgorithm(AbstractBoofCVFeatureGenerator value)Sets the algorithm to use.
-