cv::superres::DenseOpticalFlowExtを継承しています。
|
template<typename _Tp >
|
static
Ptr< _Tp > |
read
(const
FileNode
&fn) |
|
ファイル・ノードからアルゴリズムを読み込む[【詳解】(英語]
|
|
template<typename _Tp >
|
static
Ptr< _Tp > |
load
(const String &filename, const String &objname=String()) |
|
ファイルからアルゴリズムを読み込む[【詳解】(英語]
|
|
template<typename _Tp >
|
static
Ptr< _Tp > |
loadFromString
(const String &strModel, const String &objname=String()) |
|
文字列からアルゴリズムを読み込む[【詳解】(英語]
|
|
void |
writeFormat
(FileStorage
&fs) const |
|
◆
getAlpha()
virtual double cv::superres::BroxOpticalFlow::getAlpha
|
( |
|
) |
const |
|
pure virtual
|
◆
getGamma()
virtual double cv::superres::BroxOpticalFlow::getGamma
|
( |
|
) |
const |
|
pure virtual
|
◆
getInnerIterations()
virtual int cv::superres::BroxOpticalFlow::getInnerIterations
|
( |
|
) |
const |
|
pure virtual
|
◆
getOuterIterations()
virtual int cv::superres::BroxOpticalFlow::getOuterIterations
|
( |
|
) |
const |
|
pure virtual
|
◆
getScaleFactor()
virtual double cv::superres::BroxOpticalFlow::getScaleFactor
|
( |
|
) |
const |
|
pure virtual
|
◆
getSolverIterations()
virtual int cv::superres::BroxOpticalFlow::getSolverIterations
|
( |
|
) |
const |
|
pure virtual
|
◆
setAlpha()
virtual void cv::superres::BroxOpticalFlow::setAlpha
|
( |
double |
val
|
) |
|
|
pure virtual
|
◆
setGamma()
virtual void cv::superres::BroxOpticalFlow::setGamma
|
( |
double |
val
|
) |
|
|
pure virtual
|
◆
setInnerIterations()
virtual void cv::superres::BroxOpticalFlow::setInnerIterations
|
( |
int |
val
|
) |
|
|
pure virtual
|
◆
setOuterIterations()
virtual void cv::superres::BroxOpticalFlow::setOuterIterations
|
( |
int |
val
|
) |
|
|
pure virtual
|
◆
setScaleFactor()
virtual void cv::superres::BroxOpticalFlow::setScaleFactor
|
( |
double |
val
|
) |
|
|
pure virtual
|
◆
setSolverIterations()
virtual void cv::superres::BroxOpticalFlow::setSolverIterations
|
( |
int |
val
|
) |
|
|
pure virtual
|
このクラス詳解は次のファイルから抽出されました: