Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Amro edited this page Nov 18, 2017 · 19 revisions

A collection and a development kit of MATLAB MEX functions for OpenCV library.

This provides MATLAB MEX functions that interface with hundreds of OpenCV APIs. Also the package contains a C++ class MxArray that converts between MATLAB's native data type and OpenCV data types. The package is suitable for fast prototyping of OpenCV application in MATLAB, use of OpenCV as an external toolbox in MATLAB, and development of custom MEX functions.

MATLAB-OpenCV-Octave