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

#include <opencv2/reg/mappergradshift.hpp>

Inheritance diagram for cv::reg::MapperGradShift:
cv::reg::Mapper

Public Member Functions

 MapperGradShift ()
 
virtual ~MapperGradShift ()
 
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

Gradient mapper for a translation

Constructor & Destructor Documentation

◆ MapperGradShift()

cv::reg::MapperGradShift::MapperGradShift ( )

◆ ~MapperGradShift()

virtual cv::reg::MapperGradShift::~MapperGradShift ( )
virtual

Member Function Documentation

◆ calculate()

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

Implements cv::reg::Mapper.

◆ getMap()

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

Implements cv::reg::Mapper.


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