matcher.cuda_matcher — GPU Based n-Keypoint Matcher

The matcher.cuda_matcher module

New in version 0.1.0.

autocnet.matcher.cuda_matcher.match(edge, aidx=None, bidx=None, **kwargs)[source]

Apply a composite CUDA matcher and ratio check. If this method is used, no additional ratio check is necessary and no symmetry check is required. The ratio check is embedded on the cuda side and returned as an ambiguity value. In testing symmetry is not required as it is expensive without significant gain in accuracy when using this implementation.