|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| using MayaFlux::Yantra::Granular::AttributeExecutor = typedef std::function<double(std::span<const double>, const ExecutionContext&)> |
Span-level escape hatch for fully custom per-grain feature computation.
Receives the raw grain samples and the current ExecutionContext. Returns a single double that is written as a named Region attribute. For common attribution tasks prefer the AnalysisType + qualifier path via make_granular_context.
Definition at line 74 of file GranularWorkflow.hpp.