#include <mw/hgr/hgr.h> #define HGRCG_FINMAX ( 10 ) /* Maximum number of fingers to recognize */ #define HGPAR_MODEMIN ( 0 ) /* Minimum value for motion-recognition mode */ #define HGPAR_MODEMAX ( 2 ) /* Maximum value for motion-recognition mode */ #define HGPAR_NUMBMIN ( 1 ) /* Minimum value to specifiy for number of fingers */ #define HGPAR_NUMBMAX ( 10 ) /* Maximum value to specifiy for number of fingers */ #define HGPAR_ANGLMIN ( 0 ) /* Minimum value to specifiy for finger angle range */ #define HGPAR_ANGLMAX ( 1 ) /* Maximum value to specifiy for finger angle range */ #define HGPAR_LENGMIN ( 50 )/* Minimum value to specifiy for minimum (maximum) finger length */ #define HGPAR_LENGMAX ( 350 )/* Maximum value to specifiy for minimum (maximum) finger length */
Limit value constants related to recognition.
CONFIDENTIAL