More operations of CCS-packed DFT spectra is advisable (Feature #2224)
Description
Currently we have mulSpectrums
, which can also take a conjugation of its second argument. Functions for spectrum division and conjugation might be useful for implementing some algorithms. MOSSE tracker is an example.
Associated revisions
Merge pull request #2224 from SpecLad:obsolete-immediate
History
Updated by Will Lucas over 12 years ago
I created two such methods (division and magnitude) for doing phase correlation a while back. However, as of right now the functions are statically scoped in phasecorr.cpp
available here.
It may be possible to make these stand alone for more general purpose use.
-Will
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4404