/// <summary>
 /// Release all the unmanaged memory associated with this matcher
 /// </summary>
 protected override void DisposeObject()
 {
     OclInvoke.oclBruteForceMatcherRelease(ref _ptr);
 }