Hi all,
I'm trying to convert a texture2D to an emgu CV Image. I want a fast way to do it, without access each pixel individually (for loop). I'm trying to use Marshal.copy or some memory access.
If I know how color32[] are place in memory it would be great.
Thanks in advance.
↧