feature_matchersΒΆ
Classes
Abstract base class for any image matching process. |
|
Abstract base class defining the interface for keypoint detection and matching. |
|
Options for configuring a KeypointMatcher |
|
Implementation of KeypointMatcher using ORB for detection and FLANN for matching. |
|
Options for configuring the ORB keypoint matcher |
|
Implementation of KeypointMatcher using SIFT for detection and FLANN for matching. |
|
Options for configuring the ORB keypoint matcher |
|
Implementation of a matcher using RoMa. |
|
RoMaFeatureMatcherOptions(device: torch.device = <factory>, coarse_res: int | tuple[int, int] = 560, upsample_res: tuple[int, int] = (864, 864), sample_thresh: float = 0.05) |
Enums and Config
|
Enum specifying the algorithm to use to initialize kmeans centers |
|
An enum specifying the FLANN algorithm to use. |
|
Parameters for confi of automatically selecting the best algorithm based on data |
|
Parameters for config of combination of randomized k-d trees and hierarchical k-means |
|
Parameters for config of hierarchical clustering |
|
Parameters for configuring k-dimensional tree |
|
Parameters for configuring single randomized k-d tree (vs multiple trees in regular KDTREE) |
|
Parameters for config of hierarchical k-means clustering |
|
Paramters for config of locality sensitive hashing |
|
Parameters for initializing brute force linear search |
|
Parameters for configuring how FLANN does a search |
|