|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_convolve_with_fir | ( | DataType & | input, |
| const std::vector< double > & | impulse_response | ||
| ) |
Direct convolution using existing FIR filter infrastructure (IN-PLACE) This leverages the existing, well-tested filter implementation.
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED |
| impulse_response | Impulse response for convolution |
Definition at line 79 of file ConvolutionHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double().
Here is the call graph for this function: