Class cv::reg::MapperGradEuclid#

Collaboration diagram for cv::reg::MapperGradEuclid:

Public Member Functions#

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

Additional Inherited Members#

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

Detailed Description#

Mapper for euclidean motion: rotation plus shift

Constructor & Destructor Documentation#

MapperGradEuclid()#

cv::reg::MapperGradEuclid::MapperGradEuclid()

Python:

cv.reg.MapperGradEuclid() -> <reg_MapperGradEuclid object>

~MapperGradEuclid()#

cv::reg::MapperGradEuclid::~MapperGradEuclid()

Member Function Documentation#

calculate()#

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

Python:

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

getMap()#

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

Python:

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

Source file#

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