pub trait Detail_ImageFeaturesTraitConst {
    fn as_raw_Detail_ImageFeatures(&self) -> *const c_void;

    fn img_idx(&self) -> i32 { ... }
fn img_size(&self) -> Size { ... }
fn keypoints(&self) -> Vector<KeyPoint> { ... }
fn descriptors(&self) -> UMat { ... } }
Expand description

Structure containing image keypoints and descriptors.

Required methods

Provided methods

Implementors