Uses of Class
adams.data.boofcv.transformer.AbstractBoofCVTransformer
-
Packages that use AbstractBoofCVTransformer Package Description adams.data.boofcv.features adams.data.boofcv.transformer adams.flow.transformer -
-
Uses of AbstractBoofCVTransformer in adams.data.boofcv.features
Fields in adams.data.boofcv.features declared as AbstractBoofCVTransformer Modifier and Type Field Description protected AbstractBoofCVTransformerFilteredBoofCVFeatureGenerator. m_Filterthe filter to use.Methods in adams.data.boofcv.features that return AbstractBoofCVTransformer Modifier and Type Method Description AbstractBoofCVTransformerFilteredBoofCVFeatureGenerator. getFilter()Returns the filter in use.Methods in adams.data.boofcv.features with parameters of type AbstractBoofCVTransformer Modifier and Type Method Description voidFilteredBoofCVFeatureGenerator. setFilter(AbstractBoofCVTransformer value)Sets the filter to use. -
Uses of AbstractBoofCVTransformer in adams.data.boofcv.transformer
Subclasses of AbstractBoofCVTransformer in adams.data.boofcv.transformer Modifier and Type Class Description classAbstractScriptAncestor for BoofCV transformer scripts.classAbstractScriptedTransformerAbstract ancestor for transformers that execute external scripts.classBinaryCreates a binary image.classBinaryContoursUses the BoofCV binary contours algorithm to detect edges in a binary image.classCannyEdgeDetectionPerforms edge detection using the Canny Edge detection algorithm.
For more information on the algorithm, see:
WikiPedia.classDilate4Applies the BoofCV dilate4 algorithm to a binary image.classDilate8Applies the BoofCV dilate8 algorithm to a binary image.classErode4Applies the BoofCV erode4 algorithm to a binary image.classErode8Applies the BoofCV erode8 algorithm to a binary image.classGray8Transforms the image into an 8-bit gray image.classImageTypeTurns an image into the specified type of image.classInverterTakes a binary image in the BoofCV Unsigned Int 8 format and inverts each pixel.classMultiTransformerApplies the specified BoofCV transformers one after the other.classPassThroughA dummy transform that just passes the image through.classScriptedAn image transformer that uses any scripting handler for processing the data with a script located in the specified file.classSharpen4Applies a Laplacian-4 based sharpen filter to the image.classSharpen8Applies a Laplacian-8 based sharpen filter to the image.classSuperPixelsTakes an image and divides it into super pixels.
For more information see:
http://boofcv.org/index.php?classWaveletDenoiseRemoves noise using wavelet transformation.Fields in adams.data.boofcv.transformer declared as AbstractBoofCVTransformer Modifier and Type Field Description protected AbstractBoofCVTransformerScripted. m_TransformerObjectthe loaded script object.protected AbstractBoofCVTransformer[]MultiTransformer. m_Transformersthe sub-transformers.Methods in adams.data.boofcv.transformer that return AbstractBoofCVTransformer Modifier and Type Method Description static AbstractBoofCVTransformerAbstractBoofCVTransformer. forCommandLine(String cmdline)Instantiates the transformation from the given commandline (i.e., classname and optional options).static AbstractBoofCVTransformerAbstractBoofCVTransformer. forName(String classname, String[] options)Instantiates the transformation with the given options.AbstractBoofCVTransformer[]MultiTransformer. getTransformers()Returns the transformers in use.Methods in adams.data.boofcv.transformer with parameters of type AbstractBoofCVTransformer Modifier and Type Method Description voidMultiTransformer. setTransformers(AbstractBoofCVTransformer[] value)Sets the transformers to use. -
Uses of AbstractBoofCVTransformer in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractBoofCVTransformer Modifier and Type Field Description protected AbstractBoofCVTransformerBoofCVTransformer. m_TransformAlgorithmthe transformer to apply to the image.Methods in adams.flow.transformer that return AbstractBoofCVTransformer Modifier and Type Method Description AbstractBoofCVTransformerBoofCVTransformer. getTransformAlgorithm()Returns the transformer in use.Methods in adams.flow.transformer with parameters of type AbstractBoofCVTransformer Modifier and Type Method Description voidBoofCVTransformer. setTransformAlgorithm(AbstractBoofCVTransformer value)Sets the transformer to use.
-