mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 11:21:39 +08:00
Minor fixes
This commit is contained in:
@@ -96,7 +96,7 @@ protected:
|
||||
|
||||
public:
|
||||
OpticalFlowPCAFlow( Ptr<const PCAPrior> _prior = Ptr<const PCAPrior>(), const Size _basisSize = Size( 18, 14 ),
|
||||
float _sparseRate = 0.02, float _retainedCornersFraction = 0.7,
|
||||
float _sparseRate = 0.024, float _retainedCornersFraction = 0.2,
|
||||
float _occlusionsThreshold = 0.0003, float _dampingFactor = 0.00002 );
|
||||
|
||||
void calc( InputArray I0, InputArray I1, InputOutputArray flow );
|
||||
|
Reference in New Issue
Block a user