pub trait FastMarchingMethodTraitConst {
// Required method
fn as_raw_FastMarchingMethod(&self) -> *const c_void;
// Provided method
fn distance_map(&self) -> Result<Mat> { ... }
}
Expand description
Constant methods for crate::videostab::FastMarchingMethod
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.