Updated videostab sample

This commit is contained in:
Alexey Spizhevoy
2012-03-20 06:52:52 +00:00
parent 7cabfc5441
commit bde7456256
2 changed files with 5 additions and 4 deletions

View File

@@ -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);