mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 13:23:02 +04:00
982ef83f80
If we have perfect matches (min_dist == 0.0), then strict comparison fails. Making it non-strict results in treating perfect matches as good.