First time here? Check out the FAQ!
answered 2020-02-06 04:37:01 -0600
Thanks for the help! Right now i fixed it like this:
cv::FileStorage fs; try{ fs.open(filePath, cv::FileStorage::READ); }catch(cv::Exception ex) { return 1; }