|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_deconvolve | ( | DataType & | input, |
| const std::vector< double > & | impulse_to_remove, | ||
| double | regularization, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Deconvolution using frequency domain division (OUT-OF-PLACE) Useful for removing known impulse responses.
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| impulse_to_remove | Impulse response to remove |
| regularization | Regularization factor for numerical stability |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 486 of file ConvolutionHelper.hpp.
References transform_deconvolve().
Here is the call graph for this function: