Added diagnostic/build information function

This commit is contained in:
hbristow
2013-08-08 02:42:17 +10:00
parent f705020348
commit 059d63cceb
6 changed files with 145 additions and 13 deletions

View File

@@ -0,0 +1,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