Trait FastMarchingMethodTraitConst

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

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

Required Methods§

Provided Methods§

Source

fn distance_map(&self) -> Result<Mat>

§Returns

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

Implementors§