KeypointMatcherOptions¶
- class giant.image_processing.feature_matchers.KeypointMatcherOptions(ratio_threshold=0.9, flann_index_algorithm_type=FLANNIndexAlgorithmType.FLANN_INDEX_COMPOSITE, flann_algorithm_parameters=<factory>, flann_search_parameters=<factory>)[source]¶
Options for configuring a KeypointMatcher
- Parameters:
ratio_threshold (float)
flann_index_algorithm_type (FLANNIndexAlgorithmType)
flann_algorithm_parameters (FLANNIndexAutotunedParams | FLANNIndexCompositeParams | FLANNIndexHierarchicalParams | FLANNIndexKdTreeParams | FLANNIndexKdTreeSingleParams | FLANNIndexKMeansParams | FLANNIndexLinearParams | FLANNIndexLSHParams)
flann_search_parameters (FLANNSearchParams)