#include <optical_flow.hpp>
Inherited by cv::videostab::DensePyrLkOptFlowEstimatorGpu, and cv::videostab::SparsePyrLkOptFlowEstimator.
Public Member Functions | |
| PyrLkOptFlowEstimatorBase () | |
| void | setWinSize (Size val) |
| Size | winSize () const |
| void | setMaxLevel (int val) |
| int | maxLevel () const |
Protected Attributes | |
| Size | winSize_ |
| int | maxLevel_ |
| int cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel | ( | ) | const |
int cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel_ [protected] |