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

#include "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:
retval=cv.reg.MapTypeCaster_toAffine(sourceMap)

§ toProjec()

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

§ toShift()

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

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