|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
protectedpure virtual |
Pure virtual transformation implementation - derived classes implement this.
| input | Input data with metadata (may be modified for in-place operations) |
This is where derived transformers implement their core transformation logic. The input may be modified for in-place operations. The result will be post-processed based on scope and quality settings.
Implemented in MayaFlux::Yantra::ConvolutionTransformer< InputType, OutputType >, MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >, MayaFlux::Yantra::SpectralTransformer< InputType, OutputType >, and MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >.