OpenCV453
公開メンバ関数 | 全メンバ一覧
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. [詳解]

#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.


このクラス詳解は次のファイルから抽出されました: