Trait opencv::hub_prelude::HausdorffDistanceExtractorConst[][src]

pub trait HausdorffDistanceExtractorConst: ShapeDistanceExtractorConst {
    fn as_raw_HausdorffDistanceExtractor(&self) -> *const c_void;

    fn get_distance_flag(&self) -> Result<i32> { ... }
fn get_rank_proportion(&self) -> Result<f32> { ... } }
Expand description

/ / A simple Hausdorff distance measure between shapes defined by contours

according to the paper “Comparing Images using the Hausdorff distance.” by D.P. Huttenlocher, G.A. Klanderman, and W.J. Rucklidge. (PAMI 1993). :

Required methods

Provided methods

Implementors