[問題] 關於OpenCV C++ API裡面的MSER class

看板C_and_CPP (C/C++)作者時間15年前 (2011/06/03 16:57), 編輯推噓0(002)
留言2則, 1人參與, 最新討論串1/3 (看更多)
我想問這個cv::MSER 其中的operator,如下: void operator()( const Mat& image, vector<vector<Point> >& msers, const Mat& mask ) const; 如何使用??? 我又試著使用cv::MserFeatureDetector Wrapping class for feature detection using cv::MSER class 其中的 void FeatureDetector::detect( const Mat& image, vector<KeyPoint>& keypoints, const Mat& mask=Mat() ) const; 但是第二參數是不同型態的!? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.120.13.168

06/03 17:03, , 1F
雖然我不會opencv,但是你可以查一下KeyPoint使否代表
06/03 17:03, 1F

06/03 17:03, , 2F
其他型別.
06/03 17:03, 2F
文章代碼(AID): #1DwA7Woe (C_and_CPP)
文章代碼(AID): #1DwA7Woe (C_and_CPP)