Пример #1
0
 /// <summary>
 /// Release all the unmanaged memory associated with this optical flow solver.
 /// </summary>
 protected override void DisposeObject()
 {
     OclInvoke.oclPyrLKOpticalFlowRelease(ref _ptr);
 }