pub trait Detail_MatchesInfoTraitConst {
// Required method
fn as_raw_Detail_MatchesInfo(&self) -> *const c_void;
// Provided methods
fn src_img_idx(&self) -> i32 { ... }
fn dst_img_idx(&self) -> i32 { ... }
fn matches(&self) -> Vector<DMatch> { ... }
fn inliers_mask(&self) -> Vector<u8> { ... }
fn num_inliers(&self) -> i32 { ... }
fn h(&self) -> Mat { ... }
fn confidence(&self) -> f64 { ... }
}Expand description
Constant methods for crate::stitching::Detail_MatchesInfo
Required Methods§
fn as_raw_Detail_MatchesInfo(&self) -> *const c_void
Provided Methods§
fn src_img_idx(&self) -> i32
Sourcefn dst_img_idx(&self) -> i32
fn dst_img_idx(&self) -> i32
Images indices (optional)
fn matches(&self) -> Vector<DMatch>
Sourcefn inliers_mask(&self) -> Vector<u8>
fn inliers_mask(&self) -> Vector<u8>
Geometrically consistent matches mask
Sourcefn num_inliers(&self) -> i32
fn num_inliers(&self) -> i32
Number of geometrically consistent matches
Sourcefn confidence(&self) -> f64
fn confidence(&self) -> f64
Confidence two images are from the same panorama