Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hbristow 7ef3be3429 By default, all function now export at least one return value back into the Matlab workspace, even if none are requested. This is in line with Matlab's calling convention, where functions called without an lvalue or a semicolon have their first output printed to the terminal 12 years ago
..
jinja2 removed pkg_resources (setuptools) dependency from jinja. Matlab module now has no python dependencies beyond the core python libs 12 years ago
jinja2-unused Stripped more unnecessary files out of jinja. Now down to 21 files at 352KB. Stripped files are in jinja-unused for the moment 12 years ago
templates By default, all function now export at least one return value back into the Matlab workspace, even if none are requested. This is in line with Matlab's calling convention, where functions called without an lvalue or a semicolon have their first output printed to the terminal 12 years ago
filters.py Now compiling under much more strigent warnings, with Clang and optional C++11 support 12 years ago
gen_matlab.py Started documentation skeleton 12 years ago
parse_tree.py Split MxArray out of bridge into standalone file. Does not depend on bridge. Working to make it API complete with respect to mxArray, but with better calling syntax 12 years ago