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

#include "mapperpyramid.hpp"

Inheritance diagram for cv::reg::MapperPyramid:
cv::reg::Mapper

Public Member Functions

 MapperPyramid (const Mapper &baseMapper)
 
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)
 

Public Attributes

unsigned numIterPerScale_
 
unsigned numLev_
 

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

Calculates a map using a gaussian pyramid

Constructor & Destructor Documentation

cv::reg::MapperPyramid::MapperPyramid ( const Mapper baseMapper)

Member Function Documentation

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

Implements cv::reg::Mapper.

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

Implements cv::reg::Mapper.

Member Data Documentation

unsigned cv::reg::MapperPyramid::numIterPerScale_

Number of iterations at a given scale of the pyramid

unsigned cv::reg::MapperPyramid::numLev_

Number of levels of the pyramid


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