用C++做了個Opencv的項目,想移植Android。在使用NDK開發時,遇到一些問題,C++源文件cpp中有一些函數參數無效,或無法找到。求大神幫忙,萬分感激!
ERROR_1: Invalid arguments 'Candidates are:double contourArea(const cv::_InputArray &, bool)'
ERROR_2: Invalid arguments 'Candidates are:const std::vectorcv::Point_<int,std::allocatorcv::Point_<int>> & at(?)std::vectorcv::Point_<int,std::allocatorcv::Point_<int>> & at(?)'
ERROR_3: Method 'size' could not be resolved
ERROR: Invalid arguments 'Candidates are:CvSeq * cvCreateSeq(int, ?, ?, CvMemStorage *)'
ERROR: Type 'CV_MAT_ELEM_PTR(*cMatrix, 0, 0)' could not be resolved
自己解決了,去掉錯誤提示,就可以正常運行了