Table of Contents

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

T

The numeric type for calculations.

Inheritance
TemporalAugmenterBase<T>
Implements
Derived
Inherited Members

Constructors

TemporalAugmenterBase(double, double)

Initializes a new temporal augmentation.

protected TemporalAugmenterBase(double probability = 1, double frameRate = 30)

Parameters

probability double

The probability of applying this augmentation.

frameRate double

The frame rate of the video.