|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_auto_correlate_fft | ( | DataType & | input, |
| std::vector< std::vector< double > > & | working_buffer, | ||
| bool | normalize = true |
||
| ) |
Auto-correlation using FFT (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| working_buffer | Buffer for operations (will be resized if needed) |
| normalize | Whether to normalize the result |
Definition at line 375 of file ConvolutionHelper.hpp.
References fft_convolve_helper(), MayaFlux::normalize(), and MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: