I am newbie for Opencv. I need write a C++ program to load the tiff image stored in the database. So I read the image as char buffer and not sure how to create Mat object from the char buffer
1 | initial version |
I am newbie for Opencv. I need write a C++ program to load the tiff image stored in the database. So I read the image as char buffer and not sure how to create Mat object from the char buffer