コード例 #1
0
 /// <summary>
 /// Release the memory associated with this shape context distance extractor
 /// </summary>
 protected override void DisposeObject()
 {
     if (IntPtr.Zero != _ptr)
     {
         ShapeInvoke.cveShapeContextDistanceExtractorRelease(ref _sharedPtr);
     }
     base.DisposeObject();
 }