![]() |
HoviTron Video Pipeline
|
Intrinsics parameters of a perspective projection. More...
#include <HvtStreamingAPI.h>
Data Fields | |
float | focalX |
float | focalY |
float | principlePointX |
float | principlePointY |
Intrinsics parameters of a perspective projection.
Definition at line 286 of file AcqKiRT/include/HvtStreamingAPI.h.
float HvtIntrinsicsPerspective::focalX |
Focal lenght in X axis [pixels]
Definition at line 288 of file AcqKiRT/include/HvtStreamingAPI.h.
float HvtIntrinsicsPerspective::focalY |
Focal lenght in Y axis [pixels]
Definition at line 289 of file AcqKiRT/include/HvtStreamingAPI.h.
float HvtIntrinsicsPerspective::principlePointX |
X coordinate of the principlePoint [pixels]
Definition at line 290 of file AcqKiRT/include/HvtStreamingAPI.h.
float HvtIntrinsicsPerspective::principlePointY |
Y coordinate of the principlePoint [pixels]
Definition at line 291 of file AcqKiRT/include/HvtStreamingAPI.h.