Ejemplo n.º 1
0
 /// <summary>
 /// Release the unmanaged resource associated with the BFMatcher
 /// </summary>
 protected override void DisposeObject()
 {
     if (IntPtr.Zero != _ptr)
     {
         Features2DInvoke.cveBFMatcherRelease(ref _ptr);
     }
     base.DisposeObject();
 }