Trait opencv::prelude::FastMarchingMethodTraitConst[][src]

pub trait FastMarchingMethodTraitConst {
    fn as_raw_FastMarchingMethod(&self) -> *const c_void;

    fn distance_map(&self) -> Result<Mat> { ... }
}
Expand description

Describes the Fast Marching Method implementation.

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

Required methods

Provided methods

Returns

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

Implementors