mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 16:35:09 +08:00
16 lines
335 B
Mathematica
16 lines
335 B
Mathematica
|
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
|