Class cv::reg::MapTypeCaster#

Collaboration diagram for cv::reg::MapTypeCaster:

Detailed Description#

Converts a pointer to a Map returned by MapperPyramid::calculate into the specified Map pointer type

Member Function Documentation#

toAffine()#

static Ptr< MapAffine > cv::reg::MapTypeCaster::toAffine(Ptr< Map > sourceMap)

Python:

cv.reg.MapTypeCaster.toAffine(sourceMap) -> retval
cv.reg.MapTypeCaster_toAffine(sourceMap) -> retval

toProjec()#

static Ptr< MapProjec > cv::reg::MapTypeCaster::toProjec(Ptr< Map > sourceMap)

Python:

cv.reg.MapTypeCaster.toProjec(sourceMap) -> retval
cv.reg.MapTypeCaster_toProjec(sourceMap) -> retval

toShift()#

static Ptr< MapShift > cv::reg::MapTypeCaster::toShift(Ptr< Map > sourceMap)

Python:

cv.reg.MapTypeCaster.toShift(sourceMap) -> retval
cv.reg.MapTypeCaster_toShift(sourceMap) -> retval

Source file#

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