|  | OpenCV
    3.4.9
    Open Source Computer Vision | 
Implementation of the PCAFlow algorithm from the following paper: http://files.is.tue.mpg.de/black/papers/cvpr2015_pcaflow.pdf. More...
| Classes | |
| class | cv::optflow::OpticalFlowPCAFlow | 
| PCAFlow algorithm.  More... | |
| class | cv::optflow::PCAPrior | 
| This class can be used for imposing a learned prior on the resulting optical flow. Solution will be regularized according to this prior. You need to generate appropriate prior file with "learn_prior.py" script beforehand.  More... | |
| Namespaces | |
| cv | |
| cv::optflow | |
| Functions | |
| Ptr< DenseOpticalFlow > | cv::optflow::createOptFlow_PCAFlow () | 
| Creates an instance of PCAFlow.  More... | |
Implementation of the PCAFlow algorithm from the following paper: http://files.is.tue.mpg.de/black/papers/cvpr2015_pcaflow.pdf.
There are some key differences which distinguish this algorithm from the original PCAFlow (see paper):
 1.8.13
 1.8.13