Trait Detail_ImageFeaturesTraitConst

Source
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

Required Methods§

Provided Methods§

Source

fn img_idx(&self) -> i32

Source

fn img_size(&self) -> Size

Source

fn keypoints(&self) -> Vector<KeyPoint>

Source

fn descriptors(&self) -> UMat

Implementors§