Open
Description
System information (version)
- OpenCV => approx. current masters, opencv: commit 232d6b8, opencv_contrib: commit 1df961c
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2015
Detailed description
The documentation in the matlab module notes that the matlab help
function can be used to get info about opencv functions, however calling:
help cv.dft
returns
No help found for cv.dft.
The only one that works is help cv
.
Steps to reproduce
Run the following in matlab:
help cv.dft