cc_setup#
- cc_setup(rfftn, irfftn, template, target, fast_shape, fast_ft_shape, shared_memory_handler, **kwargs)[source]#
Setup function for comuting a unnormalized cross-correlation between
target
(f) andtemplate
(g)\[\mathcal{F}^{-1}(\mathcal{F}(f) \cdot \mathcal{F}(g)^*).\]Notes
To be used with
corr_scoring()
.