-
Notifications
You must be signed in to change notification settings - Fork 12
SiftMatching
default: -1
Number of threads for feature matching and geometric verification.
default: 1 (enabled)
Whether to use the GPU for feature matching.
default: -1
Index of the GPU used for feature matching. For multi-GPU matching, you should separate multiple GPU indices by comma, e.g. "0,1,2,3".
See: Multi-GPU support in feature extraction/matching
default: 0.8
Maximum distance ratio between first and second best match.
default: 0.7
Maximum distance to best match.
default: 1 (enabled)
Whether to enable cross checking in matching.
default: 4
Maximum epipolar error in pixels for geometric verification.
default: 32768
Maximum number of matches.
default: 0.999
Confidence threshold for geometric verification.
default: 10000
Maximum number of RANSAC iterations. Note that this option overrules the SiftMatching.min_inlier_ratio
option.
default: 0.25
A priori assumed minimum inlier ratio, which determines the maximum number of iterations.
default: 15
Minimum number of inliers for an image pair to be considered as geometrically verified.
default: 0 (disabled)
Whether to attempt to estimate multiple geometric models per image pair.
default: 0 (disabled)
Whether to perform guided matching, if geometric verification succeeds.