Skip to content

Implement methods to detect and eliminate outliers #196

Open
@opatiny

Description

@opatiny

They are at least these two possibilities to remove some of the outliers:

  1. crosscheck: best match for a-> should be the same for b->a
    https://docs.opencv.org/4.x/dc/dc3/tutorial_py_matcher.html

  2. 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}$

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions