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

◆ set_scope()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
void MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::set_scope ( TransformationScope  scope)
inline

Sets the transformation scope.

Parameters
scopeWhat portion of the data to transform

Scope controls which parts of the input data are processed:

  • FULL_DATA: Process entire input
  • TARGETED_REGIONS: Process specific regions only
  • SELECTIVE_BANDS: Process specific frequency/spatial bands
  • CONDITIONAL: Process based on dynamic conditions

Definition at line 376 of file UniversalTransformer.hpp.

376{ m_scope = scope; }
TransformationScope m_scope
Current processing scope.