Hello Everyone,
I have my first project with opencv, and I have a idea to save faces
To database with encode base64
Now my question, How can I read image direct from content raw/memory.
I am using now
Mat IMG = imread( fileName );
I want:
Mat IMG = imdecore64(fileBase64);
Someone can help me?
↧