示例#1
0
 /// <summary>
 /// Release the memory associated with this Hausdorff distance extrator
 /// </summary>
 protected override void DisposeObject()
 {
     ShapeInvoke.cvHausdorffDistanceExtractorRelease(ref _ptr);
     base.DisposeObject();
 }