opencv2/optflow/pcaflow.hpp#
#include <opencv2/core.hpp>
#include <opencv2/video.hpp>
Include dependency graph for pcaflow.hpp:
This graph shows which files directly or indirectly include pcaflow.hpp:
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#
namespace cv
namespace cv::optflow
Functions#
Ptr< DenseOpticalFlow > cv::optflow::createOptFlow_PCAFlow ()
Creates an instance of PCAFlow.