/// <summary> /// Release all the unmanaged memory associated with this optical flow solver. /// </summary> protected override void DisposeObject() { GpuInvoke.gpuBroxOpticalFlowRelease(ref _ptr); }