MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ TemporalTransformer()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >::TemporalTransformer ( TemporalOperation  op = TemporalOperation::TIME_REVERSE)
inlineexplicit

Constructs a TemporalTransformer with specified operation.

Parameters
opThe temporal operation to perform (default: TIME_REVERSE)

Definition at line 42 of file TemporalTransformer.hpp.

43 : m_operation(op)
44 {
46 }
TemporalOperation m_operation
Current temporal operation.
void set_default_parameters()
Sets default parameter values for all temporal operations.