How to create a Mat for 32 bit ARGB image
Hello,
I have a parallel thread running here about my troubles with using camera buffers to initialize a Mat
. That thread has gotten all mixed up so I am creating a fresh thread to ask only one question.
How can 32 bit ARGB buffers be used to initialize a Mat
. I found some references to using the BitmapToMat
function but that appears to be available only under Android.
I am on a platform without an official port of OpenCV so a lot of OS level work (reading and writing images) is being done by hand.