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

#include <opencv2/reg/mapperpyramid.hpp>

cv::reg::MapperPyramid 的協作圖

公共成員函式

 MapperPyramid (Ptr< Mapper > baseMapper)
 
virtual cv::Ptr< Mapcalculate (InputArray img1, InputArray img2, cv::Ptr< Map > init=cv::Ptr< Map >()) const CV_OVERRIDE
 
cv::Ptr< MapgetMap () const CV_OVERRIDE
 
- 從 cv::reg::Mapper 繼承的公共成員函式
virtual ~Mapper (void)
 

公共屬性

int numIterPerScale_
 
int numLev_
 

附加的繼承成員

- 從 cv::reg::Mapper 繼承的保護成員函式
void gradient (const cv::Mat &img1, const cv::Mat &img2, cv::Mat &Ix, cv::Mat &Iy, cv::Mat &It) const
 
void grid (const Mat &img, Mat &grid_r, Mat &grid_c) const
 
cv::Mat sqr (const cv::Mat &mat1) const
 

詳細描述

使用高斯金字塔計算對映

建構函式 & 解構函式文件

◆ MapperPyramid()

cv::reg::MapperPyramid::MapperPyramid ( Ptr< Mapper > baseMapper)
Python
cv.reg.MapperPyramid(baseMapper) -> <reg_MapperPyramid 物件>

成員函式文件

◆ calculate()

virtual cv::Ptr< Map > cv::reg::MapperPyramid::calculate ( InputArray img1,
InputArray img2,
cv::Ptr< Map > init = cv::PtrMap >() ) const
virtual
Python
cv.reg.MapperPyramid.calculate(img1, img2[, init]) -> retval

實現 cv::reg::Mapper

◆ getMap()

cv::Ptr< Map > cv::reg::MapperPyramid::getMap ( ) const
virtual
Python
cv.reg.MapperPyramid.getMap() -> retval

實現 cv::reg::Mapper

成員資料文件

◆ numIterPerScale_

int cv::reg::MapperPyramid::numIterPerScale_

在金字塔的給定尺度下的迭代次數

◆ numLev_

int cv::reg::MapperPyramid::numLev_

金字塔的層數


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