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

◆ analyze_implementation()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
virtual output_type MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >::analyze_implementation ( const input_type input)
protectedpure virtual

Pure virtual analysis implementation - derived classes implement this.

Parameters
inputInput data with metadata
Returns
Raw analysis output before granularity formatting

Implemented in MayaFlux::Yantra::EnergyAnalyzer< InputType, OutputType >, and MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >.