I am getting the below error while using cv::string - error: ‘string’ is not a member of ‘cv’
I have added this header: #include "opencv2/core/cvstd.hpp". Do I have to add something else?
1 | initial version |
I am getting the below error while using cv::string - error: ‘string’ is not a member of ‘cv’
I have added this header: #include "opencv2/core/cvstd.hpp". Do I have to add something else?
2 | retagged |
I am getting the below error while using cv::string - error: ‘string’ is not a member of ‘cv’
I have added this header: #include "opencv2/core/cvstd.hpp". Do I have to add something else?