| HausdorffDistanceExtractorDistanceFlag Property |
Flag indicating which norm is used to compute the Hausdorff distance (NORM_L1, NORM_L2).
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public DistanceTypes DistanceFlag { get; set; }
Public Property DistanceFlag As DistanceTypes
Get
Set
public:
property DistanceTypes DistanceFlag {
DistanceTypes get ();
void set (DistanceTypes value);
}
member DistanceFlag : DistanceTypes with get, set
Property Value
Type:
DistanceTypesSee Also