mw::mgr::MGRcgProcessExec Function

Syntax

#include <mw/mgr/mgr.h>

s32 MGRcgProcessExec(
     MGConfig *mgConfig,
     PSCimg  *mgCimg,
     MGResult *mgResult
);

Arguments

Name Description
in mgConfig Specifies the image size, rectangular region targeted for processing, recognition movement mode, difference sensitivity between frames, and speed sensitivity parameters.
in mgCimg Specifies the image data.
out mgResult Sets the recognition results.

Return Values

Value Description
PSERR_TRUE Successful end.
PSERR_MEMR Insufficient memory.
PSERR_ARGU Argument error.
PSERR_IMAG Abnormal image.
PSERR_PROC Processing is impossible.
PSERR_RECG Recognition processing failed.

Description

Carries out recognition processing.

Before performing recognition processing, the initialization function, MGRcgProcessInit, must be called.
Recognition processing is executed by setting an appropriate value in mgConfig and calling the MGRcgProcessExec function.

Revision History

2010/06/30
Initial version.

CONFIDENTIAL