OpenCV  4.6.0
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

◆ toProjec()

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

◆ toShift()

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

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