mwmgrMGConfig Structure

Syntax

#include <mw/mgr/mgr.h>

typedef struct {
     s32      xsize ;    /* Image Data Width (128,160)[pixel] */
     s32      ysize ;    /* Image Data Height ( 96,120)[pixel] */
     mwmgrPSRect   mgrect ;   /* [pixel] coordinate for the rectangular region targeted for processing */
     u8       mgmode ;   /* Recognition movement mode (0,1) */
     u8       frmparam ; /* Difference sensitivity between frames (0 through 10) */
     u8       spdparam ; /* Speed sensitivity (0 through 4) */
     u8       reserve0 ; /* Reserve flag 0 */
} mwmgrMGConfig;

Description

See the corresponding C++ structure, mw::mgr::MGConfig.

Member Variables

See the corresponding C++ structure, mw::mgr::MGConfig.

Revision History

2010/06/30
Initial version.

CONFIDENTIAL