phenotypic.tools_.constants_.IMAGE_TYPES#

class phenotypic.tools_.constants_.IMAGE_TYPES(value)[source]

Bases: Enum

The string labels for different types of images generated when accessing subimages of a parent image.

Attributes

BASE = 'Image'
CROP = 'Crop'
OBJECT = 'Object'
GRID = 'GridImage'
GRID_SECTION = 'GridSection'