mwhgrHGConfig Structure

Syntax

#include <mw/hgr/hgr.h>

typedef struct {
     s32      xsize ;    /* Image data width (320,640)[pixel] */
     s32      ysize ;    /* Image data height (240,480)[pixel] */
     mwhgrPSRect   hgrect ;   /* Rectangular area to process [pixel] coordinates */
     s16      hgmode ;   /* Recognition mode (0,1) */
     s16      hgnumb ;   /* Number of finger to detect (1 to 10) */
     s16      hganglflg ;/* Range of finger angle (0:0-180deg,1:0-360deg) */
     s16      hgminleng ;/* Finger length minimum value (50 to 350) */
     s16      hgmaxleng ;/* Finger length maximum value (50 to 350) */
     u8       reserve0 ; /* Reserved flag 0 */
     u8       reserve1 ; /* Reserved flag 1 */
} mwhgrHGConfig;

Description

See the corresponding C++ structure, mw::hgr::HGConfig.

Member Variables

See the corresponding C++ structure, mw::hgr::HGConfig.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL