我用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);
如何解决这个问题,请求帮助




^