mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
trying to fix strange compiler bug
This commit is contained in:
parent
61cddd8b63
commit
48a860a335
@ -23,7 +23,7 @@ public:
|
||||
extractor_ = cv::ORB::create();
|
||||
|
||||
// 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();
|
||||
|
Loading…
Reference in New Issue
Block a user