/// <summary> /// Release all the unmanaged memory associated with this object /// </summary> protected override void DisposeObject() { if (IntPtr.Zero != _ptr) { Features2DInvoke.cveBOWImgDescriptorExtractorRelease(ref _ptr); } }