|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
inlineprivate |
Extracts per-channel spans, applies func to each, and reconstructs.
| Func | Callable matching either void(std::span<double>) or std::vector<double>(std::span<const double>) |
In-place: results are copied back into the original channel spans of input. Out-of-place: input is not mutated.
Definition at line 172 of file ConvolutionTransformer.hpp.