|
LensSerious 0.1
Lens-correction mathematics as data, not as a library of callbacks
|
#include <lensserious_db.h>
Collaboration diagram for ls_db_match_t:Data Fields | |
| long long | lens_id |
| float | score |
One candidate from ls_db_match_lens(), best score first.
Definition at line 178 of file lensserious_db.h.
| long long ls_db_match_t::lens_id |
Definition at line 180 of file lensserious_db.h.
Referenced by ls_db_match_lens().
| float ls_db_match_t::score |
0..100; 100 is an exact match of every token, both ways.
Definition at line 181 of file lensserious_db.h.
Referenced by ls_db_match_lens().