Open
Description
They are at least these two possibilities to remove some of the outliers:
-
crosscheck: best match for a-> should be the same for b->a
https://docs.opencv.org/4.x/dc/dc3/tutorial_py_matcher.html -
Lowe's ratio test: the best match
$p_1$ is at least two times better that the second match$p_2$
$\frac{d(q,p_1)}{d(q,p_2)} < \frac{1}{2}$