Minor bug in documentation for idft() (Bug #1466)
Description
In the documentation for cv::idft() at "http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html#idft", near the bottom it says:
idft(src, dst, flags) is equivalent to dct(src, dst, flags | DFT_INVERSE).
This should say "dft(" not "dct("
Associated revisions
fixed #1466
History
Updated by Alexander Shishkov about 13 years ago
- Status deleted (
Open) - Target version set to 2.4.0
- Assignee set to Alexander Shishkov
Updated by Alexander Shishkov about 13 years ago
Thanks! It's fixed in trunk, see http://opencv.itseez.com/trunk/modules/core/doc/operations_on_arrays.html#idft
- Status set to Done