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

◆ transform_implementation()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
virtual output_type MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::transform_implementation ( input_type input)
protectedpure virtual

Pure virtual transformation implementation - derived classes implement this.

Parameters
inputInput data with metadata (may be modified for in-place operations)
Returns
Raw transformation output before scope/quality processing

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 >.