Beispiel #1
0
 /// <summary>
 /// Release all the unmanaged memory associated with this bundle adjuster
 /// </summary>
 protected override void DisposeObject()
 {
     base.DisposeObject();
     if (_ptr != IntPtr.Zero)
     {
         StitchingInvoke.cveBundleAdjusterAffineRelease(ref _ptr);
     }
 }