Augmentation#

class deeptrack.augmentations.Augmentation(time_consistent=False, **kwargs)#

Bases: Feature

Base abstract augmentation class.

Parameters#

time_consistend: boolean

Whether to augment all images in a sequence equally.

Methods Summary

update_properties(*args, **kwargs)

Methods Documentation

update_properties(*args, **kwargs)#