OpenCV 4.10.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_

金字塔的层数


此类的文档是从以下文件生成的