我用Qt做了一個界面,左邊是原影像界面,右邊是用opencv后檢測出來的圖片,但是我在呼叫findContours函式時,出現了一些問題
error: no matching function for call to 'findContours(cv::Mat&, QVector<QVector<cv::Point_<int> > >&, QVector<cv::Vec<int, 4> >&, cv::RetrievalModes, cv::ContourApproximationModes)'
findContours(bin, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE);
如何解決這個問題,請求幫助



^
uj5u.com熱心網友回復:
頭檔案,還是庫的問題吧 還是引數比匹配
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/70225.html
標籤:Qt
