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
fn as_raw_FastMarchingMethod(&self) -> *const c_void
Provided methods
fn distance_map(&self) -> Result<Mat>
fn distance_map(&self) -> Result<Mat>
Returns
Distance map that’s created during working of the method.