Ask Your Question

obetron's profile - activity

2013-04-11 17:15:01 -0600 commented answer Mat to byte array
2013-04-10 20:30:30 -0600 commented answer Mat to byte array

I get the byte value from mat object with this way, but while convert the byte value to bufferedimage an error occured. Then I get byte value from FileInputStream object and the mat to byte and file to byte results were different. I need to convert Mat to byte[] and then byte[] to BufferedImage. How can I solve the problem?