Is there any way to save test data in OpenCv4Android(in java not native) like FileStorage class in OpenCv in C++ ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After looking at official OpenCV java documentation (version 2.4.3.2) I didn’t find any alternatives to c++
FileStorage. So you should save and read the data by yourself or use native code.