albumentations.core.type_definitions
Module containing type definitions and constants used throughout Albumentations. This module defines common types, constants, and enumerations that are used across the Albumentations library. It includes type aliases for numeric types, enumerations for targets supported by transforms, and constants that define standard dimensions or values used in image and volumetric data processing. These definitions help ensure type safety and provide a centralized location for commonly used values.
Members
- classReferenceImage
- classTargets
ReferenceImageclass
ReferenceImage()
Dictionary-like container for reference image data. A typed dictionary defining the structure of reference image data used within Albumentations, including optional components like masks, bounding boxes, and keypoints.
Targetsclass
Targets()
Enumeration of supported target types in Albumentations. This enum defines the different types of data that can be augmented by Albumentations transforms, including both 2D and 3D targets.