Trait Elliptic_KeyPointTraitConst

Source
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

Required Methods§

Provided Methods§

Source

fn axes(&self) -> Size_<f32>

the lengths of the major and minor ellipse axes

Source

fn si(&self) -> f32

the integration scale at which the parameters were estimated

Source

fn transf(&self) -> Matx23f

the transformation between image space and local patch space

Implementors§