How to convert encoded image string to Mat in OpenCV in JAVA?
In my work I have to get image matrix from the encoded string of an image. I am using OpenCV and JAVA.
Can anyone tell me how to do this?
Thanks, Surodip
encoded => How?
Encoded in Base64. I read an image, convert it to byte[] and encode it into Base64 String using Base64.Base64.encodeBase64String(byte[])