![]() |
OpenCV
3.1.0
Open Source Computer Vision
|
Base class for modelling an algorithm for calculating a. More...
#include "mapper.hpp"
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< Map > | getMap (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 |
Base class for modelling an algorithm for calculating a.
The class is only used to define the common interface for any possible mapping algorithm.
|
inlinevirtual |
|
protected |
1.8.9.1