I am breaking my head over this:
How do I convert a cv::Mat
image to a System::Drawing::Image
I know every image consists of bytes so you should probably use a byte array but right after that I'm lost. Can someone explain this to me?
I am breaking my head over this:
How do I convert a cv::Mat
image to a System::Drawing::Image
I know every image consists of bytes so you should probably use a byte array but right after that I'm lost. Can someone explain this to me?