i am storing a json string of a mat object(created by opencv android) into a database . how to convert the json string back to Mat object using python?
1 | initial version |
i am storing a json string of a mat object(created by opencv android) into a database . how to convert the json string back to Mat object using python?