OpenCV
3.0.0
Open Source Computer Vision
|
#include "mapperpyramid.hpp"
Public Member Functions | |
MapperPyramid (const Mapper &baseMapper) | |
void | calculate (const cv::Mat &img1, const cv::Mat &img2, cv::Ptr< Map > &res) const |
cv::Ptr< Map > | getMap (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 |
Calculates a map using a gaussian pyramid
cv::reg::MapperPyramid::MapperPyramid | ( | const Mapper & | baseMapper | ) |
|
virtual |
Implements cv::reg::Mapper.
Implements cv::reg::Mapper.
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