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 |
|
◆
getIterations()
virtual int cv::superres::PyrLKOpticalFlow::getIterations
|
( |
|
) |
const |
|
pure virtual
|
◆
getMaxLevel()
virtual int cv::superres::PyrLKOpticalFlow::getMaxLevel
|
( |
|
) |
const |
|
pure virtual
|
◆
getWindowSize()
virtual int cv::superres::PyrLKOpticalFlow::getWindowSize
|
( |
|
) |
const |
|
pure virtual
|
◆
setIterations()
virtual void cv::superres::PyrLKOpticalFlow::setIterations
|
( |
int |
val
|
) |
|
|
pure virtual
|
◆
setMaxLevel()
virtual void cv::superres::PyrLKOpticalFlow::setMaxLevel
|
( |
int |
val
|
) |
|
|
pure virtual
|
◆
setWindowSize()
virtual void cv::superres::PyrLKOpticalFlow::setWindowSize
|
( |
int |
val
|
) |
|
|
pure virtual
|
このクラス詳解は次のファイルから抽出されました: