OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
静态公共成员函数 | 所有成员列表
cv::reg::MapTypeCaster 类参考

#include <opencv2/reg/mapperpyramid.hpp>

cv::reg::MapTypeCaster 的协作图

静态公共成员函数

static Ptr< MapAffinetoAffine (Ptr< Map > sourceMap)
 
static Ptr< MapProjectoProjec (Ptr< Map > sourceMap)
 
static Ptr< MapShifttoShift (Ptr< Map > sourceMap)
 

详细描述

将由 MapperPyramid::calculate 返回的指向 Map 的指针转换为指定的 Map 指针类型

成员函数文档

◆ 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

此类的文档由以下文件生成