Trait Elliptic_KeyPointTrait

Source
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

Required Methods§

Provided Methods§

Source

fn set_axes(&mut self, val: Size_<f32>)

the lengths of the major and minor ellipse axes

Source

fn set_si(&mut self, val: f32)

the integration scale at which the parameters were estimated

Source

fn set_transf(&mut self, val: Matx23f)

the transformation between image space and local patch space

Implementors§