matlab contrib module, no function help

asked 2015-11-06 08:38:38 -0600

Gio gravatar image

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

edit retag flag offensive close merge delete

Comments

1

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.

berak gravatar imageberak ( 2015-11-06 08:55:59 -0600 )edit