deeptrack.augmentations Module#
Features that augment images.
Classes#
|
Augmenter to apply affine transformations to images. |
|
Base abstract augmentation class. |
|
Crops a regions of an image. |
|
|
|
Crop images down until their height/width is a multiple of a value. |
|
Transform images by moving pixels locally around using displacement fields. |
|
Base feature class. |
|
Flips images along the main diagonal. |
|
Flips images left-right. |
|
Flips images up-down. |
|
Wrapper for array-like values with property tracking. |
|
Pads the image. |
|
Pad images until their height/width is a multiple of a value. |
|
Acts like cache. |