Swap RGB Image to .net IntPtr bgr

And if you need this for OpenCV interop which uses BGR memory layout by default and has no logical channel association (channel 0 just refers to the first in memory), you can have a look at this post which does the conversion, although always copying:

https://forum.commonvisionblox.com/t/lib-bridge-cvb-image-to-emgu-mat/962/2?u=parsd

2 Likes