|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inlineprotectedvirtual |
Transformation-specific parameter handling (override for custom parameters)
| name | Parameter name |
| value | Parameter value |
Base implementation stores parameters in a map. Derived classes should override to handle transformer-specific parameters with proper type checking and validation.
Reimplemented in MayaFlux::Yantra::ConvolutionTransformer< InputType, OutputType >, MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >, MayaFlux::Yantra::SpectralTransformer< InputType, OutputType >, and MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >.
Definition at line 530 of file UniversalTransformer.hpp.