Fixes bug #3071.
authorSergei Nosov <sergei.nosov@gmail.com>
Thu, 13 Jun 2013 07:51:45 +0000 (11:51 +0400)
committerSergei Nosov <sergei.nosov@gmail.com>
Thu, 13 Jun 2013 07:51:45 +0000 (11:51 +0400)
commit982ef83f807c7c2e4285f3d24894d2e251a66fa2
tree612d8cee2a328647db671c6970c4b3815deff0c8
parent98f6a4a615e3542d7b2f757c089036ebc3ff3eed
Fixes bug #3071.

If we have perfect matches (min_dist == 0.0), then strict comparison
fails. Making it non-strict results in treating perfect matches as
good.
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
samples/cpp/tutorial_code/features2D/SURF_FlannMatcher.cpp