Trait opencv::prelude::FastMarchingMethodTraitConst
source · 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
fn as_raw_FastMarchingMethod(&self) -> *const c_void
Provided Methods
sourcefn distance_map(&self) -> Result<Mat>
fn distance_map(&self) -> Result<Mat>
Returns
Distance map that’s created during working of the method.