[][src]Trait opencv::xfeatures2d::Elliptic_KeyPointTrait

pub trait Elliptic_KeyPointTrait {
    pub fn as_raw_Elliptic_KeyPoint(&self) -> *const c_void;
pub fn as_raw_mut_Elliptic_KeyPoint(&mut self) -> *mut c_void; pub fn axes(&self) -> Size_<f32> { ... }
pub fn set_axes(&mut self, val: Size_<f32>) { ... }
pub fn si(&self) -> f32 { ... }
pub fn set_si(&mut self, val: f32) { ... }
pub fn transf(&self) -> Matx23f { ... }
pub fn set_transf(&mut self, val: Matx23f) { ... } }

Elliptic region around an interest point.

Required methods

Loading content...

Provided methods

pub fn axes(&self) -> Size_<f32>[src]

the lengths of the major and minor ellipse axes

pub fn set_axes(&mut self, val: Size_<f32>)[src]

the lengths of the major and minor ellipse axes

pub fn si(&self) -> f32[src]

the integration scale at which the parameters were estimated

pub fn set_si(&mut self, val: f32)[src]

the integration scale at which the parameters were estimated

pub fn transf(&self) -> Matx23f[src]

the transformation between image space and local patch space

pub fn set_transf(&mut self, val: Matx23f)[src]

the transformation between image space and local patch space

Loading content...

Implementors

impl Elliptic_KeyPointTrait for Elliptic_KeyPoint[src]

Loading content...