|
LensSerious 0.1
Lens-correction mathematics as data, not as a library of callbacks
|
#include <lensserious.h>
Collaboration diagram for ls_calib_vig_t:Data Fields | |
| ls_vig_model_t | model |
| float | focal |
| float | aperture |
| float | distance |
| float | terms [3] |
Definition at line 87 of file lensserious.h.
| float ls_calib_vig_t::aperture |
Definition at line 87 of file lensserious.h.
Referenced by _fill_calibrations(), _interp_vig(), and _vig_dist().
| float ls_calib_vig_t::distance |
Definition at line 87 of file lensserious.h.
Referenced by _fill_calibrations(), _interp_vig(), and _vig_dist().
| float ls_calib_vig_t::focal |
Definition at line 87 of file lensserious.h.
Referenced by _fill_calibrations(), _interp_vig(), and _vig_dist().
| ls_vig_model_t ls_calib_vig_t::model |
Definition at line 87 of file lensserious.h.
Referenced by _fill_calibrations(), _interp_vig(), ls_eval_from_modifier(), and ls_modifier_init_knots().
| float ls_calib_vig_t::terms[3] |
Definition at line 87 of file lensserious.h.
Referenced by _fill_calibrations(), _interp_vig(), and ls_eval_from_modifier().