OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
公有成员函数 | 所有成员列表
cv::reg::MapperGradEuclid 类参考

#include <opencv2/reg/mappergradeuclid.hpp>

cv::reg::MapperGradEuclid 的协作图

公有成员函数

 MapperGradEuclid ()
 
 ~MapperGradEuclid ()
 
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)
 

额外继承的成员

- 从 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
 

详细描述

用于欧几里得运动的 Mapper: 旋转加平移

构造函数和析构函数文档

◆ MapperGradEuclid()

cv::reg::MapperGradEuclid::MapperGradEuclid ( )
Python
cv.reg.MapperGradEuclid() -> <reg_MapperGradEuclid 对象>

◆ ~MapperGradEuclid()

cv::reg::MapperGradEuclid::~MapperGradEuclid ( )

成员函数文档

◆ calculate()

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

实现 cv::reg::Mapper.

◆ getMap()

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

实现 cv::reg::Mapper.


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