Updated videostab sample
This commit is contained in:
@@ -249,7 +249,7 @@ MotionInpainter::MotionInpainter()
|
||||
#if HAVE_OPENCV_GPU
|
||||
setOptFlowEstimator(new DensePyrLkOptFlowEstimatorGpu());
|
||||
#else
|
||||
CV_Error( CV_StsNotImplemented, "Current implementation of MotionInpainter requires GPU" );
|
||||
CV_Error(CV_StsNotImplemented, "Current implementation of MotionInpainter requires GPU");
|
||||
#endif
|
||||
setFlowErrorThreshold(1e-4f);
|
||||
setBorderMode(BORDER_REPLICATE);
|
||||
|
Reference in New Issue
Block a user