Trait opencv::prelude::FastMarchingMethodTrait [−][src]
pub trait FastMarchingMethodTrait {
fn as_raw_FastMarchingMethod(&self) -> *const c_void;
fn as_raw_mut_FastMarchingMethod(&mut self) -> *mut 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
fn as_raw_mut_FastMarchingMethod(&mut self) -> *mut 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.