mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
If we have perfect matches (min_dist == 0.0), then strict comparison fails. Making it non-strict results in treating perfect matches as good.
If we have perfect matches (min_dist == 0.0), then strict comparison fails. Making it non-strict results in treating perfect matches as good.