From 601d2843f41db187247f72350ab063fb2532ffd7 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Mon, 16 Apr 2012 07:08:28 +0000 Subject: [PATCH] Fixed LP based stabilizer --- modules/videostab/src/motion_stabilizing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/videostab/src/motion_stabilizing.cpp b/modules/videostab/src/motion_stabilizing.cpp index 27a4595..3a420e7 100644 --- a/modules/videostab/src/motion_stabilizing.cpp +++ b/modules/videostab/src/motion_stabilizing.cpp @@ -276,7 +276,7 @@ LpMotionStabilizer::LpMotionStabilizer(MotionModel model) #ifndef HAVE_CLP -void LpMotionStabilizer::stabilize(int, const vector&, pair, Mat*) const +void LpMotionStabilizer::stabilize(int, const vector&, pair, Mat*) { CV_Error(CV_StsError, "The library is built without Clp support"); } -- 2.7.4