OpenCV-Matlab

OpenCV-Matlab is a C++ template library to convert between Matlab and OpenCV images

You are now following this Submission

opencv_matlab is a simple C++ template library that provides routines to
convert between Matlab's and OpenCV's primary image representatations.

This way it is possible to easily call OpenCV functions from C++-.mex-code
as well as to use C++ routines developed for Matlab in projects that
primarily use OpenCV.

Naturally, converting images takes time and it's consequently not the best
solution for code with strong time constraints, but it's often more than
good enough for prototyping and/or demonstrators. And, most importantly,
you don't have to rewrite/reimplement code, thus saving hours of time.

I have used the code in several projects and if you want to cite something
(yay!), then [1] might be most appropriate.

[1] B. Schauerte, B. Kühn, K. Kroschel, R. Stiefelhagen, "Multimodal
Saliency-based Attention for Object-based Scene Analysis". In Proc. 24th
International Conference on Intelligent Robots and Systems (IROS),
IEEE/RSJ, San Francisco, CA, USA, September 25-30, 2011.

Cite As

Boris Schauerte (2026). OpenCV-Matlab (https://www.mathworks.com/matlabcentral/fileexchange/41530-opencv-matlab), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

- added examples

1.0.0.0