AbstractSubImagesGenerator |
Ancestor for classes that generate subimages from a single image.
|
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.
|
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)
|
Objects |
Extracts sub-images defined by the objects that the object finder locates.
|
PassThrough |
Dummy generator, simply passes the original image through.
|
Regions |
Extracts the sub-images according to the region definitions.
Additional report values:
- Region for the region
|