Fixed LP based stabilizer
This commit is contained in:
parent
40e7990b6b
commit
601d2843f4
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user