pub trait Elliptic_KeyPointTrait: KeyPointTrait + Elliptic_KeyPointTraitConst {
// Required method
fn as_raw_mut_Elliptic_KeyPoint(&mut self) -> *mut c_void;
// Provided methods
fn set_axes(&mut self, val: Size_<f32>) { ... }
fn set_si(&mut self, val: f32) { ... }
fn set_transf(&mut self, val: Matx23f) { ... }
}
Expand description
Mutable methods for crate::xfeatures2d::Elliptic_KeyPoint
Required Methods§
fn as_raw_mut_Elliptic_KeyPoint(&mut self) -> *mut c_void
Provided Methods§
Sourcefn set_transf(&mut self, val: Matx23f)
fn set_transf(&mut self, val: Matx23f)
the transformation between image space and local patch space