|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_cross_correlate | ( | DataType & | input, |
| const std::vector< double > & | template_signal, | ||
| bool | normalize = true |
||
| ) |
Cross-correlation using FFT (convolution with time-reversed impulse) (IN-PLACE)
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED |
| template_signal | Template signal for correlation |
| normalize | Whether to normalize the result |
Definition at line 235 of file ConvolutionHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double(), fft_convolve_helper(), and MayaFlux::normalize().
Referenced by MayaFlux::Yantra::ConvolutionTransformer< InputType, OutputType >::transform_implementation(), transform_matched_filter(), and transform_matched_filter().
Here is the call graph for this function:
Here is the caller graph for this function: