fix videostab module compilation
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
cuda::GpuMat &status);
|
||||
|
||||
private:
|
||||
cuda::PyrLKOpticalFlow optFlowEstimator_;
|
||||
Ptr<cuda::SparsePyrLKOpticalFlow> optFlowEstimator_;
|
||||
cuda::GpuMat frame0_, frame1_, points0_, points1_, status_, errors_;
|
||||
};
|
||||
|
||||
@@ -136,7 +136,7 @@ public:
|
||||
OutputArray errors);
|
||||
|
||||
private:
|
||||
cuda::PyrLKOpticalFlow optFlowEstimator_;
|
||||
Ptr<cuda::DensePyrLKOpticalFlow> optFlowEstimator_;
|
||||
cuda::GpuMat frame0_, frame1_, flowX_, flowY_, errors_;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user