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