[][src]Trait opencv::videostab::FastMarchingMethodTrait

pub trait FastMarchingMethodTrait {
    pub fn as_raw_FastMarchingMethod(&self) -> *const c_void;
pub fn as_raw_mut_FastMarchingMethod(&mut self) -> *mut c_void; pub fn distance_map(&self) -> Result<Mat> { ... } }

Describes the Fast Marching Method implementation.

See http://iwi.eldoc.ub.rug.nl/FILES/root/2004/JGraphToolsTelea/2004JGraphToolsTelea.pdf

Required methods

Loading content...

Provided methods

pub fn distance_map(&self) -> Result<Mat>[src]

Returns

Distance map that's created during working of the method.

Loading content...

Implementors

Loading content...