Loading...
Searching...
No Matches
cv::reg::MapperPyramid Class Reference
#include <opencv2/reg/mapperpyramid.hpp>
Inheritance diagram for cv::reg::MapperPyramid:

Public Member Functions | |
MapperPyramid (Ptr< Mapper > baseMapper) | |
virtual cv::Ptr< Map > | calculate (InputArray img1, InputArray img2, cv::Ptr< Map > init=cv::Ptr< Map >()) const CV_OVERRIDE |
cv::Ptr< Map > | getMap () const CV_OVERRIDE |
![]() | |
virtual | ~Mapper (void) |
virtual cv::Ptr< Map > | calculate (InputArray img1, InputArray img2, cv::Ptr< Map > init=cv::Ptr< Map >()) const =0 |
virtual cv::Ptr< Map > | getMap () const =0 |
Public Attributes | |
int | numIterPerScale_ |
int | numLev_ |
Additional Inherited Members | |
![]() | |
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
◆ MapperPyramid()
Member Function Documentation
◆ calculate()
|
virtual |
Implements cv::reg::Mapper.
◆ getMap()
Implements cv::reg::Mapper.
Member Data Documentation
◆ numIterPerScale_
int cv::reg::MapperPyramid::numIterPerScale_ |
Number of iterations at a given scale of the pyramid
◆ numLev_
int cv::reg::MapperPyramid::numLev_ |
Number of levels of the pyramid
The documentation for this class was generated from the following file:
- opencv2/reg/mapperpyramid.hpp