vismatch.im_models.handcrafted
Classes
|
This class is the parent for all methods that use a handcrafted detector/descriptor, It implements the forward which is the same regardless of the feature extractor of choice. |
|
|
|
- class vismatch.im_models.handcrafted.HandcraftedBaseMatcher(device='cpu', **kwargs)[source][source]
Bases:
BaseMatcherThis class is the parent for all methods that use a handcrafted detector/descriptor, It implements the forward which is the same regardless of the feature extractor of choice. Therefore this class should NOT be instatiated, as it needs its children to define the extractor/detector.
- Parameters:
device (str)
- class vismatch.im_models.handcrafted.SiftNNMatcher(device='cpu', max_num_keypoints=2048, lowe_thresh=0.75, *args, **kwargs)[source][source]
Bases:
HandcraftedBaseMatcher- Parameters:
device (str)
- class vismatch.im_models.handcrafted.OrbNNMatcher(device='cpu', max_num_keypoints=2048, lowe_thresh=0.75, *args, **kwargs)[source][source]
Bases:
HandcraftedBaseMatcher- Parameters:
device (str)