doc: Add fpi-dev-img section to the docs

This commit is contained in:
Bastien Nocera
2018-11-09 14:52:11 +01:00
parent f2e3a840db
commit 4f7e507716
3 changed files with 32 additions and 0 deletions

View File

@@ -25,6 +25,15 @@
#include "fpi-async.h"
#include "fp_internal.h"
/**
* SECTION:fpi-dev-img
* @title: Image device operations
*
* As drivers work through different operations, they need to report back
* to the core as to their internal state, so errors and successes can be
* reported back to front-ends.
*/
#define MIN_ACCEPTABLE_MINUTIAE 10
#define BOZORTH3_DEFAULT_THRESHOLD 40
#define IMG_ENROLL_STAGES 5