OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::reg::MapTypeCaster Class Reference

#include <opencv2/reg/mapperpyramid.hpp>

Static Public Member Functions

static Ptr< MapAffine > toAffine (Ptr< Map > sourceMap)
static Ptr< MapProjec > toProjec (Ptr< Map > sourceMap)
static Ptr< MapShift > toShift (Ptr< Map > sourceMap)

Detailed Description

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

Member Function Documentation

◆ toAffine()

Ptr< MapAffine > cv::reg::MapTypeCaster::toAffine ( Ptr< Map > sourceMap)
inlinestatic
Python:
cv.reg.MapTypeCaster.toAffine(sourceMap) -> retval
cv.reg.MapTypeCaster_toAffine(sourceMap) -> retval

◆ toProjec()

Ptr< MapProjec > cv::reg::MapTypeCaster::toProjec ( Ptr< Map > sourceMap)
inlinestatic
Python:
cv.reg.MapTypeCaster.toProjec(sourceMap) -> retval
cv.reg.MapTypeCaster_toProjec(sourceMap) -> retval

◆ toShift()

Ptr< MapShift > cv::reg::MapTypeCaster::toShift ( Ptr< Map > sourceMap)
inlinestatic
Python:
cv.reg.MapTypeCaster.toShift(sourceMap) -> retval
cv.reg.MapTypeCaster_toShift(sourceMap) -> retval

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