liudongdong1
Results
1
comments of
liudongdong1
i found the answer which already solved by other in issues,and change it, void DescManip::fromString(cv::Mat &a, const std::string &s) { string ss_aux; stringstream ss(s); ss>>ss_aux; if(ss_aux.find("dbw3")==std::string::npos){ int val; vector data;data.reserve(100);...