OpenCV453
|
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. [詳解]
#include <pcaflow.hpp>
公開メンバ関数 | |
PCAPrior (const char *pathToPrior) | |
int | getPadding () const |
int | getBasisSize () const |
void | fillConstraints (float *A1, float *A2, float *b1, float *b2) const |
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.