mw::mgr::MGResult Structure

Syntax

#include <mw/mgr/mgr.h>

typedef struct {
     u32     bodynum ;               /* Number of moving bodies */
     MGObject mgobject [MGRCG_BDYMAX] ; /* Moving body */
     s32     reserve0 ;              /* Reserve 0 */
     s32     reserve1 ;              /* Reserve 1 */
     s32     reserve2 ;              /* Reserve 2 */
     s32     reserve3 ;              /* Reserve 3 */
} MGResult;

Description

Structure for storing the recognition processing results from the MGRcgProcessExec function.

Restrictions

  • bodynum is limited to a maximum of 1.
  • Member Variables

    Name Description
    out bodynum Sets the number of moving bodies.
    Currently, this is limited to a maximum of one, because the number of moving bodies that are detected is limited to one.
    out mgobject Sets the moving body information.

    Revision History

    2010/06/30
    Initial version.

    CONFIDENTIAL