I am sending data from OpenCV matrices to matlab using C++ and Matlab Engine. I tried to convert from column major to row major but I am really confused on how to do that. I cannot understand how to deal with Matlab pointer mxArray and put data to the engine.
Has anybody worked with OpenCV together with matlab to send matrices? I didn't find much information and I think it is a really interesting tool. Any help will be welcomed.
I have a function that works if you have created the matlab engine. What I do is creating a SingleTone template for the matlab engine:
My header looks like this:
My cpp:
When you want to send a matrix, for example
It's so simple as this: