Uses of Class
adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
-
Packages that use AbstractNegativeRegionsGenerator Package Description adams.flow.transformer adams.flow.transformer.negativeregions -
-
Uses of AbstractNegativeRegionsGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractNegativeRegionsGenerator Modifier and Type Field Description protected AbstractNegativeRegionsGeneratorNegativeRegions. m_ActualAlgorithmthe actual algorithm in use.protected AbstractNegativeRegionsGeneratorNegativeRegions. m_Algorithmthe algorithm to use.Methods in adams.flow.transformer that return AbstractNegativeRegionsGenerator Modifier and Type Method Description AbstractNegativeRegionsGeneratorNegativeRegions. getAlgorithm()Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractNegativeRegionsGenerator Modifier and Type Method Description voidNegativeRegions. setAlgorithm(AbstractNegativeRegionsGenerator value)Sets the algorithm to use. -
Uses of AbstractNegativeRegionsGenerator in adams.flow.transformer.negativeregions
Subclasses of AbstractNegativeRegionsGenerator in adams.flow.transformer.negativeregions Modifier and Type Class Description classAbstractMetaNegativeRegionsGeneratorAncestor for meta-algorithms.classLargestRegionsReturns only the top X largest regions from the base generator.classMaxDimensionsEnforces the specified maximum dimensions.classMinDimensionsEnforces the specified minimum dimensions.classNullDummy, generates no regions.classRandomRegionsGenerates specified number of random regions and then prunes ones that overlap with other regions or annotations.classSimpleBlockFillFinds largest blocks from starting points on grid.Fields in adams.flow.transformer.negativeregions declared as AbstractNegativeRegionsGenerator Modifier and Type Field Description protected AbstractNegativeRegionsGeneratorAbstractMetaNegativeRegionsGenerator. m_ActualAlgorithmthe actual algorithm in use.protected AbstractNegativeRegionsGeneratorAbstractMetaNegativeRegionsGenerator. m_Algorithmthe base generator to use.Methods in adams.flow.transformer.negativeregions that return AbstractNegativeRegionsGenerator Modifier and Type Method Description protected AbstractNegativeRegionsGeneratorAbstractMetaNegativeRegionsGenerator. getActualAlgorithm()Returns the actual algorithm to use.AbstractNegativeRegionsGeneratorAbstractMetaNegativeRegionsGenerator. getAlgorithm()Returns the algorithm in use.AbstractNegativeRegionsGeneratorAbstractMetaNegativeRegionsGenerator. getDefaultAlgorithm()Returns the default algorithm.Methods in adams.flow.transformer.negativeregions with parameters of type AbstractNegativeRegionsGenerator Modifier and Type Method Description voidAbstractMetaNegativeRegionsGenerator. setAlgorithm(AbstractNegativeRegionsGenerator value)Sets the algorithm to use.
-