MYNT EYE S SDK  2.3.2
http://www.myntai.com/mynteye/standard
mynteye::IntrinsicsPinhole结构体 参考

Stream intrinsics (Pinhole) 更多...

类 mynteye::IntrinsicsPinhole 继承关系图:
mynteye::IntrinsicsBase

Public 属性

double fx
 The focal length of the image plane, as a multiple of pixel width
 
double fy
 The focal length of the image plane, as a multiple of pixel height
 
double cx
 The horizontal coordinate of the principal point of the image
 
double cy
 The vertical coordinate of the principal point of the image
 
std::uint8_t model
 
double coeffs [5]
 The distortion coefficients: k1,k2,p1,p2,k3
 
- Public 属性 继承自 mynteye::IntrinsicsBase
std::uint16_t width
 The width of the image in pixels
 
std::uint16_t height
 The height of the image in pixels
 

额外继承的成员函数

- Public 成员函数 继承自 mynteye::IntrinsicsBase
CalibrationModel calib_model () const
 The calibration model
 

详细描述

Stream intrinsics (Pinhole)

类成员变量说明

◆ model

std::uint8_t mynteye::IntrinsicsPinhole::model
弃用:
Replaced by calib_model_.

The distortion model of the image