12-03-2015 06:38 AM - edited 12-03-2015 06:41 AM
Full Question:
What is the best way to handle a openCV Mat given in a C/C++ DLL to use the data in Labview?
Problem:
A C/C++ DLL is given where i have a global Mat which contains data. Now i wanna use this data in LabView.
What is the best and most efficient way to pass a openCV Mat to LabView?
I tried it by passing an in/out pointer parameter, where i tried to pass the Mat data starting adress, but it didn´t work.
12-08-2015 04:25 AM
Hi
Did you already have a look at the following post? Have a look at the solution in green.
Did this help?
Best,
Ale