For more information on the search, visit the help page.
ImageType
COLOR
DISPARITY
MONO
data
augmentations
datasets
exporters
loaders
parsers
utils
__main__
BucketStorage
BucketType
LDFEquivalence
MediaType
ldf_equivalent
_get_entry_points_subset
_load_dataset_plugins
_load_loader_plugins
luxonis_ml.data.ImageType
luxonis_ml
class ImageType(Enum):
View In Hierarchy
Image type for image media.
str
Color image, typically 3 channels.
'color'
Disparity or depth image.
'disparity'
Monochrome image with 1 channel.
'mono'