Skip to content

MatchesInfo

Constructors

initialize()

Attributes

confidence: Float (read/write)

dst_img_idx: Integer (read/write)

h: Cv::Mat (read/write)

inliers_mask: Std::Vector≺unsigned char≻ (read/write)

matches: Std::Vector≺cv꞉꞉DMatch≻ (read/write)

num_inliers: Integer (read/write)

src_img_idx: Integer (read/write)

Methods

assign(other: Cv::Detail::MatchesInfo) -> Cv::Detail::MatchesInfo

get_inliers -> Std::Vector≺unsigned char≻

get_matches -> Std::Vector≺cv꞉꞉DMatch≻

initialize_copy(other: Cv::Detail::MatchesInfo) -> NilClass