Trait opencv::hub_prelude::Elliptic_KeyPointTraitConst[][src]

pub trait Elliptic_KeyPointTraitConst {
    fn as_raw_Elliptic_KeyPoint(&self) -> *const c_void;

    fn axes(&self) -> Size_<f32> { ... }
fn si(&self) -> f32 { ... }
fn transf(&self) -> Matx23f { ... } }
Expand description

Elliptic region around an interest point.

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