OpenCV  3.4.20-dev
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::reg::MapTypeCaster Class Reference

#include <opencv2/reg/mapperpyramid.hpp>

Static Public Member Functions

static Ptr< MapAffinetoAffine (Ptr< Map > sourceMap)
 
static Ptr< MapProjectoProjec (Ptr< Map > sourceMap)
 
static Ptr< MapShifttoShift (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()

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

◆ toProjec()

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

◆ toShift()

static 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: