Hello,
I got a C++ code using OpenCV. Now I want to use this C++ code in a program implemented in C#. Now the proplem is to use an in c# acquired Image in c++. How can I do this? I need a function which transfers a Bitmap to the data-type cv::mat (in c++).
Thanks for your help.
↧