mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
replaced GPU -> CUDA
This commit is contained in:
@@ -326,7 +326,7 @@ MotionInpainter::MotionInpainter()
|
||||
#ifdef HAVE_OPENCV_CUDAOPTFLOW
|
||||
setOptFlowEstimator(new DensePyrLkOptFlowEstimatorGpu());
|
||||
#else
|
||||
CV_Error(Error::StsNotImplemented, "Current implementation of MotionInpainter requires GPU");
|
||||
CV_Error(Error::StsNotImplemented, "Current implementation of MotionInpainter requires CUDA");
|
||||
#endif
|
||||
setFlowErrorThreshold(1e-4f);
|
||||
setDistThreshold(5.f);
|
||||
|
||||
Reference in New Issue
Block a user