1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 09:38:56 +08:00

Fixed OpenCL check behavior

This commit is contained in:
Vladislav Samsonov
2016-07-27 01:28:42 +03:00
parent 55f093a45b
commit 1764f9247a
3 changed files with 11 additions and 4 deletions

View File

@@ -100,6 +100,7 @@ protected:
const float occlusionsThreshold;
const float dampingFactor;
const float claheClip;
bool useOpenCL;
public:
OpticalFlowPCAFlow( Ptr<const PCAPrior> _prior = Ptr<const PCAPrior>(), const Size _basisSize = Size( 18, 14 ),