KeypointMatcher.filter_lowes

KeypointMatcher.filter_lowes(matches)[source]

Filters matches based on the Lowe’s ratio test

Parameters:

matches (Sequence[Sequence[DMatch]]) – a sequence of sequences of all the matches computed

Returns:

A sequence of the good matches that pass the ratio test.

Return type:

Sequence[DMatch]