[][src]Trait opencv::core::Formatter

pub trait Formatter {
    fn as_raw_Formatter(&self) -> *mut c_void;

    fn format(&self, mtx: &Mat) -> Result<PtrOfFormatted> { ... }
fn set16f_precision(&mut self, p: i32) -> Result<()> { ... }
fn set32f_precision(&mut self, p: i32) -> Result<()> { ... }
fn set64f_precision(&mut self, p: i32) -> Result<()> { ... }
fn set_multiline(&mut self, ml: bool) -> Result<()> { ... } }

@todo document

Required methods

Loading content...

Provided methods

fn format(&self, mtx: &Mat) -> Result<PtrOfFormatted>

fn set16f_precision(&mut self, p: i32) -> Result<()>

fn set32f_precision(&mut self, p: i32) -> Result<()>

fn set64f_precision(&mut self, p: i32) -> Result<()>

fn set_multiline(&mut self, ml: bool) -> Result<()>

Loading content...

Methods

impl<'_> dyn Formatter + '_[src]

Implementors

Loading content...