pub trait Elliptic_KeyPointTrait: Elliptic_KeyPointTraitConst {
    fn as_raw_mut_Elliptic_KeyPoint(&mut self) -> *mut c_void;

    fn set_axes(&mut self, val: Size_<f32>) { ... }
    fn set_si(&mut self, val: f32) { ... }
    fn set_transf(&mut self, val: Matx23f) { ... }
}

Required Methods

Provided Methods

the lengths of the major and minor ellipse axes

the integration scale at which the parameters were estimated

the transformation between image space and local patch space

Implementors