mulSpectrums documentation bug (Bug #1868)
Description
The page for mulSpectrums contains the following statement, which cannot be true:
The function, together with dft() and idft() , may be used to
calculate convolution (pass conj=false )
or correlation (pass conj=false ) of two arrays rapidly.
In the correlation case, conj must be true
This is currently wrong in the documentation pages for 2.1 through 2.4 beta.
Associated revisions
fixed typo in mulSpectrums description (ticket #1868)
Merge pull request #1868 from KonstantinMatskevich:umat_bugfix
History
Updated by Alexander Shishkov almost 13 years ago
- Target version set to 2.4.1
- Assignee set to Alexander Shishkov
Updated by Vadim Pisarevsky almost 13 years ago
thanks! fixed in r8301
- Status changed from Open to Done
- Assignee changed from Alexander Shishkov to Vadim Pisarevsky