OpenCV  3.4.20-dev
Open Source Computer Vision
Public Member Functions | List of all members
cv::reg::MapperGradEuclid Class Reference

#include <opencv2/reg/mappergradeuclid.hpp>

Inheritance diagram for cv::reg::MapperGradEuclid:
cv::reg::Mapper

Public Member Functions

 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
 
- Public Member Functions inherited from cv::reg::Mapper
virtual ~Mapper (void)
 

Additional Inherited Members

- Protected Member Functions inherited from 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
 

Detailed Description

Mapper for euclidean motion: rotation plus shift

Constructor & Destructor Documentation

◆ MapperGradEuclid()

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

◆ ~MapperGradEuclid()

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

Member Function Documentation

◆ 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

Implements cv::reg::Mapper.

◆ getMap()

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

Implements cv::reg::Mapper.


The documentation for this class was generated from the following file: