Class cv::reg::Mapper#
Base class for modelling an algorithm for calculating a map. View details
#include <opencv2/reg/mapper.hpp>Collaboration diagram for cv::reg::Mapper:
Detailed Description#
Base class for modelling an algorithm for calculating a map.
The class is only used to define the common interface for any possible mapping algorithm.
Constructor & Destructor Documentation#
~Mapper()#
Member Function Documentation#
calculate()#
cv::Ptr< Map > cv::reg::Mapper::calculate(
InputArray img1,
InputArray img2,
cv::Ptr< Map > init = cv::Ptr< Map >() )
Python:
cv.reg.Mapper.calculate(img1, img2[, init]) -> retval
getMap()#
cv::Ptr< Map > cv::reg::Mapper::getMap()
Python:
cv.reg.Mapper.getMap() -> retval
gradient()#
void cv::reg::Mapper::gradient(
const cv::Mat & img1,
const cv::Mat & img2,
cv::Mat & Ix,
cv::Mat & Iy,
cv::Mat & It )
grid()#
void cv::reg::Mapper::grid(
const Mat & img,
Mat & grid_r,
Mat & grid_c )
sqr()#
cv::Mat cv::reg::Mapper::sqr(const cv::Mat & mat1)
Here is the call graph for this function:
Source file#
The documentation for this class was generated from the following file:
opencv2/reg/mapper.hpp