cv::String not working in OpenCV 3.0
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?
opencv2/opencv.hpp
should do, you don't need that header. also,cv::String
notcv::string