pub trait Detail_ImageFeaturesTraitConst {
// Required method
fn as_raw_Detail_ImageFeatures(&self) -> *const c_void;
// Provided methods
fn img_idx(&self) -> i32 { ... }
fn img_size(&self) -> Size { ... }
fn keypoints(&self) -> Vector<KeyPoint> { ... }
fn descriptors(&self) -> UMat { ... }
}
Expand description
Constant methods for crate::stitching::Detail_ImageFeatures