Cv::Xfeatures2d¶
Singleton Methods¶
fast_for_point_set(image: Cv::InputArray, keypoints: Std::Vector≺cv꞉꞉KeyPoint≻, threshold: Integer, nonmax_suppression: TrueClass, type: Cv::FastFeatureDetector::DetectorType) -> NilClass
match_gms(size1: Cv::Size2i, size2: Cv::Size2i, keypoints1: Std::Vector≺cv꞉꞉KeyPoint≻, keypoints2: Std::Vector≺cv꞉꞉KeyPoint≻, matches1to2: Std::Vector≺cv꞉꞉DMatch≻, matches_gms: Std::Vector≺cv꞉꞉DMatch≻, with_rotation: TrueClass, with_scale: TrueClass, threshold_factor: Float) -> NilClass
match_logos(keypoints1: Std::Vector≺cv꞉꞉KeyPoint≻, keypoints2: Std::Vector≺cv꞉꞉KeyPoint≻, nn1: Std::Vector≺int≻, nn2: Std::Vector≺int≻, matches1to2: Std::Vector≺cv꞉꞉DMatch≻) -> NilClass