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

#include "mappergradeuclid.hpp"

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

Public Member Functions

 MapperGradEuclid (void)
 
 ~MapperGradEuclid (void)
 
virtual void calculate (const cv::Mat &img1, const cv::Mat &img2, cv::Ptr< Map > &res) const
 
cv::Ptr< MapgetMap (void) const
 
- 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 ( void  )

§ ~MapperGradEuclid()

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

Member Function Documentation

§ calculate()

virtual void cv::reg::MapperGradEuclid::calculate ( const cv::Mat img1,
const cv::Mat img2,
cv::Ptr< Map > &  res 
) const
virtual

Implements cv::reg::Mapper.

§ getMap()

cv::Ptr<Map> cv::reg::MapperGradEuclid::getMap ( void  ) const
virtual

Implements cv::reg::Mapper.


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