pub trait Elliptic_KeyPointTraitConst: KeyPointTraitConst {
// Required method
fn as_raw_Elliptic_KeyPoint(&self) -> *const c_void;
// Provided methods
fn axes(&self) -> Size_<f32> { ... }
fn si(&self) -> f32 { ... }
fn transf(&self) -> Matx23f { ... }
}
Expand description
Constant methods for crate::xfeatures2d::Elliptic_KeyPoint