Class cv::reg::MapperGradShift#

Collaboration diagram for cv::reg::MapperGradShift:

Public Member Functions#

Public Member Functions inherited from cv::reg::Mapper

Additional Inherited Members#

Protected Member Functions inherited from cv::reg::Mapper

Detailed Description#

Gradient mapper for a translation

Constructor & Destructor Documentation#

MapperGradShift()#

cv::reg::MapperGradShift::MapperGradShift()

Python:

cv.reg.MapperGradShift() -> <reg_MapperGradShift object>

~MapperGradShift()#

cv::reg::MapperGradShift::~MapperGradShift()

Member Function Documentation#

calculate()#

cv::Ptr< Map > cv::reg::MapperGradShift::calculate(
InputArray img1,
InputArray img2,
cv::Ptr< Map > init = cv::Ptr< Map >() )

Python:

cv.reg.MapperGradShift.calculate(img1, img2[, init]) -> retval

getMap()#

cv::Ptr< Map > cv::reg::MapperGradShift::getMap()

Python:

cv.reg.MapperGradShift.getMap() -> retval

Source file#

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