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 3, 2016 · 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 C++ class 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 a custom MEX function.

MATLAB OpenCV