OpenCV Mat object serialization in java

asked 2014-11-21 09:50:47 -0600

Araneo gravatar image

I've tried to serialize a map of pairs and obtained an exception as below:

java.io.NotSerializableException: org.opencv.core.Mat

Is there some kind of way to serialize this?

stackoverflow link: http://stackoverflow.com/questions/27065062/opencv-mat-object-serialization-in-java

edit retag flag offensive close merge delete