Uses of Class
adams.data.image.transformer.subimages.AbstractSubImagesGenerator
-
Packages that use AbstractSubImagesGenerator Package Description adams.data.image.transformer adams.data.image.transformer.subimages -
-
Uses of AbstractSubImagesGenerator in adams.data.image.transformer
Fields in adams.data.image.transformer declared as AbstractSubImagesGenerator Modifier and Type Field Description protected AbstractSubImagesGeneratorSubImages. m_Generatorthe subimages generator.Methods in adams.data.image.transformer that return AbstractSubImagesGenerator Modifier and Type Method Description AbstractSubImagesGeneratorSubImages. getGenerator()Returns the generator.Methods in adams.data.image.transformer with parameters of type AbstractSubImagesGenerator Modifier and Type Method Description voidSubImages. setGenerator(AbstractSubImagesGenerator value)Sets the generator. -
Uses of AbstractSubImagesGenerator in adams.data.image.transformer.subimages
Subclasses of AbstractSubImagesGenerator in adams.data.image.transformer.subimages Modifier and Type Class Description classGridSplits the image using a grid of specified number of columns and rows.
Additional report values:
- Row for the row
- Column for the column
- Coordinates for the 1-based coordinates (x,y,w,h)
It is possible to generate overlapping images (all but last row and last column) by defining overlaps.classLabeledRegionsExtracts the sub-images according to the region definitions.
Additional report values:
- Region: for the region index (0-based, deprecated)
- Region-Index: for the region index (0-based)
- Region-Label: for the region label
- Coordinates: for the 1-based coordinates (x,y,w,h)
classObjectsExtracts sub-images defined by the objects that the object finder locates.classPassThroughDummy generator, simply passes the original image through.classRegionsExtracts the sub-images according to the region definitions.
Additional report values:
- Region for the region
-