#include <optical_flow.hpp>
Inherits cv::videostab::PyrLkOptFlowEstimatorBase, and cv::videostab::IDenseOptFlowEstimator.
Public Member Functions | |
| DensePyrLkOptFlowEstimatorGpu () | |
| virtual void | run (InputArray frame0, InputArray frame1, InputOutputArray flowX, InputOutputArray flowY, OutputArray errors) |
| void | setWinSize (Size val) |
| Size | winSize () const |
| void | setMaxLevel (int val) |
| int | maxLevel () const |
Protected Attributes | |
| Size | winSize_ |
| int | maxLevel_ |
| virtual void cv::videostab::DensePyrLkOptFlowEstimatorGpu::run | ( | InputArray | frame0, |
| InputArray | frame1, | ||
| InputOutputArray | flowX, | ||
| InputOutputArray | flowY, | ||
| OutputArray | errors | ||
| ) | [virtual] |
Implements cv::videostab::IDenseOptFlowEstimator.
| void cv::videostab::PyrLkOptFlowEstimatorBase::setWinSize | ( | Size | val | ) | [inherited] |
| Size cv::videostab::PyrLkOptFlowEstimatorBase::winSize | ( | ) | const [inherited] |
| void cv::videostab::PyrLkOptFlowEstimatorBase::setMaxLevel | ( | int | val | ) | [inherited] |
| int cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel | ( | ) | const [inherited] |
Size cv::videostab::PyrLkOptFlowEstimatorBase::winSize_ [protected, inherited] |
int cv::videostab::PyrLkOptFlowEstimatorBase::maxLevel_ [protected, inherited] |