Skip to main content

RDI Lens Parameters API

Lens parameter structures for the RDI API

Types

NameDescription
rdi_lens_param_pinhole_tParameters of the pinhole lens model
rdi_lens_param_distored_tParameters of the distorted model
rdi_lens_param_fisheye_tParameters of the fisheye model

rdi_lens_param_pinhole_t

struct rdi_lens_param_pinhole_t

Parameters of the pinhole lens model

Variables

NameDescription
cxdouble cx
cydouble cy
fxdouble fx
fydouble fy

rdi_lens_param_distored_t

struct rdi_lens_param_distored_t

Parameters of the distorted model

Variables

NameDescription
cxdouble cx
cydouble cy
fxdouble fx
fydouble fy
k1double k1
k2double k2
k3double k3
k4double k4
k5double k5
k6double k6

rdi_lens_param_fisheye_t

struct rdi_lens_param_fisheye_t

Parameters of the fisheye model

Variables

NameDescription
cxdouble cx
cydouble cy
fxdouble fx
fydouble fy
k1double k1
k2double k2
k3double k3
k4double k4