Class HausdorffDistanceExtractor
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
A simple Hausdorff distance measure between shapes defined by contours
public class HausdorffDistanceExtractor : ShapeDistanceExtractor, IDisposable
- Inheritance
-
HausdorffDistanceExtractor
- Implements
- Inherited Members
Remarks
according to the paper "Comparing Images using the Hausdorff distance." by D.P. Huttenlocher, G.A. Klanderman, and W.J. Rucklidge. (PAMI 1993). :
Properties
- DistanceFlag
Flag indicating which norm is used to compute the Hausdorff distance (NORM_L1, NORM_L2).
- RankProportion
fractional value (between 0 and 1).
Methods
- Create(DistanceTypes, float)
Complete constructor