projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40e7990
)
Fixed LP based stabilizer
author
Alexey Spizhevoy
<no@email>
Mon, 16 Apr 2012 07:08:28 +0000
(07:08 +0000)
committer
Alexey Spizhevoy
<no@email>
Mon, 16 Apr 2012 07:08:28 +0000
(07:08 +0000)
modules/videostab/src/motion_stabilizing.cpp
patch
|
blob
|
history
diff --git
a/modules/videostab/src/motion_stabilizing.cpp
b/modules/videostab/src/motion_stabilizing.cpp
index
27a4595
..
3a420e7
100644
(file)
--- 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<Mat>&, pair<int,int>, Mat*)
const
+void LpMotionStabilizer::stabilize(int, const vector<Mat>&, pair<int,int>, Mat*)
{
CV_Error(CV_StsError, "The library is built without Clp support");
}