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:
@@ -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 ),
|
||||
|
Reference in New Issue
Block a user