public class FastHausdorffMeasure extends NaiveHausdorffMeasure
computationsUSE_GREAT_ELLIPTIC_DISTANCE| Constructor and Description |
|---|
FastHausdorffMeasure()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
computeDistance(Polygon X,
Polygon Y,
double threshold) |
String |
getName()
Returns name of a measure.
|
distance, getRuntimeApproximation, getSimilarity, getType, rungetComputations, getSimilarity, pointToPointDistancepublic double computeDistance(Polygon X, Polygon Y, double threshold)
computeDistance in interface IPointsetsMeasurecomputeDistance in class NaiveHausdorffMeasureX - First polygonY - Second polygonpublic String getName()
IMeasuregetName in interface IMeasuregetName in interface IPointsetsMeasuregetName in class NaiveHausdorffMeasureCopyright © 2018. All rights reserved.