OpenCV  3.1.0
Open Source Computer Vision
Public Member Functions | Protected Member Functions | List of all members
cv::reg::Mapper Class Referenceabstract

Base class for modelling an algorithm for calculating a. More...

#include "mapper.hpp"

Inheritance diagram for cv::reg::Mapper:
cv::reg::MapperGradAffine cv::reg::MapperGradEuclid cv::reg::MapperGradProj cv::reg::MapperGradShift cv::reg::MapperGradSimilar cv::reg::MapperPyramid

Public Member Functions

virtual ~Mapper (void)
 
virtual void calculate (const cv::Mat &img1, const cv::Mat &img2, cv::Ptr< Map > &res) const =0
 
virtual cv::Ptr< MapgetMap (void) const =0
 

Protected Member Functions

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

Base class for modelling an algorithm for calculating a.

The class is only used to define the common interface for any possible mapping algorithm.

Constructor & Destructor Documentation

virtual cv::reg::Mapper::~Mapper ( void  )
inlinevirtual

Member Function Documentation

virtual void cv::reg::Mapper::calculate ( const cv::Mat img1,
const cv::Mat img2,
cv::Ptr< Map > &  res 
) const
pure virtual
virtual cv::Ptr<Map> cv::reg::Mapper::getMap ( void  ) const
pure virtual
void cv::reg::Mapper::gradient ( const cv::Mat img1,
const cv::Mat img2,
cv::Mat Ix,
cv::Mat Iy,
cv::Mat It 
) const
protected
void cv::reg::Mapper::grid ( const Mat img,
Mat grid_r,
Mat grid_c 
) const
protected
cv::Mat cv::reg::Mapper::sqr ( const cv::Mat mat1) const
inlineprotected

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