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

◆ MathematicalTransformer()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >::MathematicalTransformer ( MathematicalOperation  op = MathematicalOperation::GAIN)
inlineexplicit

Constructs a MathematicalTransformer with specified operation.

Parameters
opThe mathematical operation to perform (default: GAIN)

Definition at line 45 of file MathematicalTransformer.hpp.

46 : m_operation(op)
47 {
49 }
void set_default_parameters()
Sets default parameter values for all mathematical operations.
MathematicalOperation m_operation
Current mathematical operation.