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