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 52dc51a62c Added custom OpenCV mex compiler 12 years ago
..
__init__.py
functional.cpp Started documentation skeleton 12 years ago
template_build_info.m Added custom OpenCV mex compiler 12 years ago
template_class_base.cpp 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
template_class_base.m Started writing the Bridge interface. Mex wrappers now starting to compile for core 12 years ago
template_cvmex_base.m Added custom OpenCV mex compiler 12 years ago
template_doc_base.m Formatted URLs in the documentation so that they are redirected to the system browser instead of the builtin Matlab browser 12 years ago
template_function_base.cpp 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
template_map_base.cpp Added delta builds of Matlab executables. Imgproc module now compiling 12 years ago
template_map_base.m Improved escaped character formatting in docs 12 years ago