Exemplo n.º 1
0
 /// <summary>
 /// Release the unmanaged memory associated with this Flann based matcher.
 /// </summary>
 protected override void DisposeObject()
 {
     if (_ptr != IntPtr.Zero)
     {
         Features2DInvoke.cveFlannBasedMatcherRelease(ref _ptr);
     }
     base.DisposeObject();
 }