Fixed bug #1693. Also corrected default parameters for stitching.

This commit is contained in:
Alexey Spizhevoy
2012-03-19 11:51:18 +00:00
parent e50c0ed4c8
commit e87a07e2aa
3 changed files with 4 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ protected:
class CV_EXPORTS BestOf2NearestMatcher : public FeaturesMatcher
{
public:
BestOf2NearestMatcher(bool try_use_gpu = false, float match_conf = 0.65f, int num_matches_thresh1 = 6,
BestOf2NearestMatcher(bool try_use_gpu = false, float match_conf = 0.3f, int num_matches_thresh1 = 6,
int num_matches_thresh2 = 6);
void collectGarbage();