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

#include "mappergradshift.hpp"

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

Public Member Functions

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

Gradient mapper for a translation

Constructor & Destructor Documentation

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

Member Function Documentation

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

Implements cv::reg::Mapper.

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

Implements cv::reg::Mapper.


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