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

#include "mappergradproj.hpp"

Inheritance diagram for cv::reg::MapperGradProj:
cv::reg::Mapper

Public Member Functions

 MapperGradProj (void)
 
 ~MapperGradProj (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 projective transformation

Constructor & Destructor Documentation

cv::reg::MapperGradProj::MapperGradProj ( void  )
cv::reg::MapperGradProj::~MapperGradProj ( void  )

Member Function Documentation

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

Implements cv::reg::Mapper.

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

Implements cv::reg::Mapper.


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