OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::superres::PyrLKOpticalFlow 類參考抽象類

#include <opencv2/superres/optical_flow.hpp>

cv::superres::PyrLKOpticalFlow 的協作圖

公共成員函式

virtual int getIterations () const =0
 
virtual int getMaxLevel () const =0
 
virtual int getWindowSize () const =0
 
virtual void setIterations (int val)=0
 
virtual void setMaxLevel (int val)=0
 
virtual void setWindowSize (int val)=0
 
- 從 cv::superres::DenseOpticalFlowExt 繼承的公共成員函式
virtual void calc (InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2=noArray())=0
 
virtual void collectGarbage ()=0
 
- 從 cv::Algorithm 繼承的公共成員函式
 Algorithm ()
 
virtual ~Algorithm ()
 
virtual void clear ()
 清除演算法狀態。
 
virtual bool empty () const
 如果Algorithm為空(例如,在剛開始或讀取失敗後),則返回 true。
 
virtual String getDefaultName () const
 
virtual void read (const FileNode &fn)
 從檔案儲存中讀取演算法引數。
 
virtual void save (const String &filename) const
 
void write (const Ptr< FileStorage > &fs, const String &name=String()) const
 
virtual void write (FileStorage &fs) const
 將演算法引數儲存到檔案儲存中。
 
void write (FileStorage &fs, const String &name) const
 

附加的繼承成員

- 從 cv::Algorithm 繼承的靜態公共成員函式
template<typename _Tp >
static Ptr< _Tpload (const String &filename, const String &objname=String())
 從檔案中載入演算法。
 
template<typename _Tp >
static Ptr< _TploadFromString (const String &strModel, const String &objname=String())
 從字串載入演算法。
 
template<typename _Tp >
static Ptr< _Tpread (const FileNode &fn)
 從檔案節點讀取演算法。
 
- 從 cv::Algorithm 繼承的保護成員函式
void writeFormat (FileStorage &fs) const
 

成員函式文件

◆ getIterations()

virtual int cv::superres::PyrLKOpticalFlow::getIterations ( ) const
純虛擬函式
另請參見
setIterations

◆ getMaxLevel()

virtual int cv::superres::PyrLKOpticalFlow::getMaxLevel ( ) const
純虛擬函式
另請參見
setMaxLevel

◆ getWindowSize()

virtual int cv::superres::PyrLKOpticalFlow::getWindowSize ( ) const
純虛擬函式
另請參見
setWindowSize

◆ setIterations()

virtual void cv::superres::PyrLKOpticalFlow::setIterations ( int val)
純虛擬函式

另請參見
getIterations

◆ setMaxLevel()

virtual void cv::superres::PyrLKOpticalFlow::setMaxLevel ( int val)
純虛擬函式

另請參見
getMaxLevel

◆ setWindowSize()

virtual void cv::superres::PyrLKOpticalFlow::setWindowSize ( int val)
純虛擬函式

另請參見
getWindowSize

此類的文件從以下檔案生成