/// <summary> /// Release the memory associated with this shape context distance extractor /// </summary> protected override void DisposeObject() { if (IntPtr.Zero != _ptr) { ShapeInvoke.cvShapeContextDistanceExtractorRelease(ref _ptr); } base.DisposeObject(); }
/// <summary> /// Release the memory associated with this shape context distance extractor /// </summary> protected override void DisposeObject() { ShapeInvoke.cvShapeContextDistanceExtractorRelease(ref _ptr); }