Emgu.CV.Cuda.CudaDensePyrLKOpticalFlow.DisposeObject C# (CSharp) Метод

DisposeObject() защищенный Метод

Release all the unmanaged memory associated with this optical flow solver.
protected DisposeObject ( ) : void
Результат void
      protected override void DisposeObject()
      {
         if (_ptr != IntPtr.Zero)
         {
            CudaInvoke.cudaDensePyrLKOpticalFlowRelease(ref _ptr);
            _denseFlow = IntPtr.Zero;
         }
      }