Loading modules/cudaoptflow/src/nvidiaOpticalFlow.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -578,11 +578,6 @@ void NvidiaOpticalFlowImpl::collectGarbage() { NVOF_API_CALL(GetAPI()->nvOFDestroy(m_hOF)); } if (m_cuContext) { cuSafeCall(cudaDeviceReset()); m_cuContext = nullptr; } } void NvidiaOpticalFlowImpl::upSampler(InputArray _flow, int width, int height, Loading Loading
modules/cudaoptflow/src/nvidiaOpticalFlow.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -578,11 +578,6 @@ void NvidiaOpticalFlowImpl::collectGarbage() { NVOF_API_CALL(GetAPI()->nvOFDestroy(m_hOF)); } if (m_cuContext) { cuSafeCall(cudaDeviceReset()); m_cuContext = nullptr; } } void NvidiaOpticalFlowImpl::upSampler(InputArray _flow, int width, int height, Loading