Class TemporalAugmenterBase<T>
- Namespace
- AiDotNet.Augmentation.Video
- Assembly
- AiDotNet.dll
Base class for temporal video augmentations that modify the frame sequence.
public abstract class TemporalAugmenterBase<T> : VideoAugmenterBase<T>, IAugmentation<T, ImageTensor<T>[]>
Type Parameters
TThe numeric type for calculations.
- Inheritance
-
AugmentationBase<T, ImageTensor<T>[]>TemporalAugmenterBase<T>
- Implements
-
IAugmentation<T, ImageTensor<T>[]>
- Derived
- Inherited Members
Constructors
TemporalAugmenterBase(double, double)
Initializes a new temporal augmentation.
protected TemporalAugmenterBase(double probability = 1, double frameRate = 30)