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 AbstractSubImagesGenerator
SubImages. m_Generator
the subimages generator.Methods in adams.data.image.transformer that return AbstractSubImagesGenerator Modifier and Type Method Description AbstractSubImagesGenerator
SubImages. getGenerator()
Returns the generator.Methods in adams.data.image.transformer with parameters of type AbstractSubImagesGenerator Modifier and Type Method Description void
SubImages. 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 class
Grid
Splits 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.class
LabeledRegions
Extracts the sub-images according to the region definitions.
Additional report values:
- Region: for the region
- Coordinates: for the 1-based coordinates (x,y,w,h)
class
Objects
Extracts sub-images defined by the objects that the object finder locates.class
PassThrough
Dummy generator, simply passes the original image through.class
Regions
Extracts the sub-images according to the region definitions.
Additional report values:
- Region for the region
-