提交 48a860a3 编写于 作者: V Vadim Pisarevsky

trying to fix strange compiler bug

上级 61cddd8b
...@@ -23,7 +23,7 @@ public: ...@@ -23,7 +23,7 @@ public:
extractor_ = cv::ORB::create(); extractor_ = cv::ORB::create();
// BruteFroce matcher with Norm Hamming is the default matcher // BruteFroce matcher with Norm Hamming is the default matcher
matcher_ = cv::makePtr<cv::BFMatcher>(cv::NORM_HAMMING, false); matcher_ = cv::makePtr<cv::BFMatcher>((int)cv::NORM_HAMMING, false);
} }
virtual ~RobustMatcher(); virtual ~RobustMatcher();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册