作者amidofun ()
看板C_and_CPP
標題[問題] 關於OpenCV C++ API裡面的MSER class
時間Fri Jun 3 16:57:02 2011
我想問這個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
→ angleevil:雖然我不會opencv,但是你可以查一下KeyPoint使否代表 06/03 17:03
→ angleevil:其他型別. 06/03 17:03