help.m 335 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
function help()
%CV.HELP display help information for the OpenCV Toolbox
%
%   Calling:
%   >> cv.help();
%
%   is equivalent to calling:
%   >> help cv;
%
%   It displays high-level usage information about the OpenCV toolbox
%   along with resources to find out more information.
%
%   See also: cv.buildInformation
  help('cv');
end