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 AbstractNegativeRegionsGenerator
NegativeRegions. m_ActualAlgorithm
the actual algorithm in use.protected AbstractNegativeRegionsGenerator
NegativeRegions. m_Algorithm
the algorithm to use.Methods in adams.flow.transformer that return AbstractNegativeRegionsGenerator Modifier and Type Method Description AbstractNegativeRegionsGenerator
NegativeRegions. getAlgorithm()
Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractNegativeRegionsGenerator Modifier and Type Method Description void
NegativeRegions. 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 class
AbstractMetaNegativeRegionsGenerator
Ancestor for meta-algorithms.class
LargestRegions
Returns only the top X largest regions from the base generator.class
MaxDimensions
Enforces the specified maximum dimensions.class
MinDimensions
Enforces the specified minimum dimensions.class
Null
Dummy, generates no regions.class
RandomRegions
Generates specified number of random regions and then prunes ones that overlap with other regions or annotations.class
SimpleBlockFill
Finds largest blocks from starting points on grid.Fields in adams.flow.transformer.negativeregions declared as AbstractNegativeRegionsGenerator Modifier and Type Field Description protected AbstractNegativeRegionsGenerator
AbstractMetaNegativeRegionsGenerator. m_ActualAlgorithm
the actual algorithm in use.protected AbstractNegativeRegionsGenerator
AbstractMetaNegativeRegionsGenerator. m_Algorithm
the base generator to use.Methods in adams.flow.transformer.negativeregions that return AbstractNegativeRegionsGenerator Modifier and Type Method Description protected AbstractNegativeRegionsGenerator
AbstractMetaNegativeRegionsGenerator. getActualAlgorithm()
Returns the actual algorithm to use.AbstractNegativeRegionsGenerator
AbstractMetaNegativeRegionsGenerator. getAlgorithm()
Returns the algorithm in use.AbstractNegativeRegionsGenerator
AbstractMetaNegativeRegionsGenerator. getDefaultAlgorithm()
Returns the default algorithm.Methods in adams.flow.transformer.negativeregions with parameters of type AbstractNegativeRegionsGenerator Modifier and Type Method Description void
AbstractMetaNegativeRegionsGenerator. setAlgorithm(AbstractNegativeRegionsGenerator value)
Sets the algorithm to use.
-