Esempio n. 1
0
 /// <summary>
 /// Release the unmanaged resource associate to the Detector
 /// </summary>
 protected override void DisposeObject()
 {
     ContribInvoke.cudaSURFDetectorRelease(ref _ptr);
 }