LensSerious 0.1
Lens-correction mathematics as data, not as a library of callbacks
Loading...
Searching...
No Matches
ls_db_match_t Struct Reference

#include <lensserious_db.h>

+ Collaboration diagram for ls_db_match_t:

Data Fields

long long lens_id
 
float score
 

Detailed Description

One candidate from ls_db_match_lens(), best score first.

Definition at line 178 of file lensserious_db.h.

Field Documentation

◆ lens_id

long long ls_db_match_t::lens_id

Definition at line 180 of file lensserious_db.h.

Referenced by ls_db_match_lens().

◆ score

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().


The documentation for this struct was generated from the following file: