Recognition-related Limit Values

Syntax

#include <mw/hgr/hgr.h>

#define MWHGRCG_FINMAX  ( 10 ) /* Maximum number of fingers to recognize  */

#define MWHGPAR_MODEMIN ( 0 )  /* Minimum value for motion-recognition mode */
#define MWHGPAR_MODEMAX ( 2 )  /* Maximum value for motion-recognition mode */

#define MWHGPAR_NUMBMIN ( 1 )  /* Minimum value to specifiy for number of fingers */
#define MWHGPAR_NUMBMAX ( 10 ) /* Maximum value to specifiy for number of fingers */

#define MWHGPAR_ANGLMIN ( 0 )  /* Minimum value to specifiy for finger angle range */
#define MWHGPAR_ANGLMAX ( 1 )  /* Maximum value to specifiy for finger angle range */

#define MWHGPAR_LENGMIN ( 100 )/* Minimum value to specifiy for minimum finger length  */
#define MWHGPAR_LENGMAX ( 300 )/* Maximum value to specify for minimum finger length */

Description

See the corresponding C++ constants, Recognition-related Limit Values.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL