/// <summary>
 /// Release the unmanaged resource associate to the Detector
 /// </summary>
 protected override void DisposeObject()
 {
     OclInvoke.oclSURFDetectorRelease(ref _ptr);
 }