[][src]Trait opencv::rgbd::Linemod_TemplateTrait

pub trait Linemod_TemplateTrait {
    pub fn as_raw_Linemod_Template(&self) -> *const c_void;
pub fn as_raw_mut_Linemod_Template(&mut self) -> *mut c_void; pub fn width(&self) -> i32 { ... }
pub fn set_width(&mut self, val: i32) { ... }
pub fn height(&self) -> i32 { ... }
pub fn set_height(&mut self, val: i32) { ... }
pub fn pyramid_level(&self) -> i32 { ... }
pub fn set_pyramid_level(&mut self, val: i32) { ... }
pub fn features(&mut self) -> Vector<Linemod_Feature> { ... }
pub fn set_features(&mut self, val: Vector<Linemod_Feature>) { ... }
pub fn read(&mut self, fn_: &FileNode) -> Result<()> { ... }
pub fn write(&self, fs: &mut FileStorage) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn width(&self) -> i32[src]

pub fn set_width(&mut self, val: i32)[src]

pub fn height(&self) -> i32[src]

pub fn set_height(&mut self, val: i32)[src]

pub fn pyramid_level(&self) -> i32[src]

pub fn set_pyramid_level(&mut self, val: i32)[src]

pub fn features(&mut self) -> Vector<Linemod_Feature>[src]

pub fn set_features(&mut self, val: Vector<Linemod_Feature>)[src]

pub fn read(&mut self, fn_: &FileNode) -> Result<()>[src]

pub fn write(&self, fs: &mut FileStorage) -> Result<()>[src]

Loading content...

Implementors

impl Linemod_TemplateTrait for Linemod_Template[src]

Loading content...