matlab contrib module, no function help
I just got the matlab module working properly;
e.g.
img=imread('test.png');
works fine;
however the help on the functions (as suggested by the documentation in matlab contrib module) does not work (except for only "help cv" that works fine):
e.g.
help cv.imread
replies with: cv.imread not found.
any hint? I couldn't find any file with any help text inside the module/matlab folder
aww, sorry to hear that, but there's an explanation for the missing "help topics":
opencv moved away from sphinx to doxygen documentation, the rst parser, that formerly generated docstrings is not yet replaced with something else (in other words, - there are no docstrings to show).
if you want my personal 2ct on this: the whole matlab module is a bit orphaned, and needs a new maintainer.