#include <mw/mgr/mgr.h> s32 MGRcgProcessExec( MGConfig *mgConfig, PSCimg *mgCimg, MGResult *mgResult );
Name | Description | |
---|---|---|
in | mgConfig | Specifies the image size, rectangular region for processing, recognition mode, difference sensitivity between frames, and speed sensitivity parameters. |
in | mgCimg | Specifies the image data. |
out | mgResult | Sets the recognition results. |
Value | Description |
---|---|
PSERR_TRUE | Success. |
PSERR_MEMR | Insufficient memory. |
PSERR_ARGU | Argument error. |
PSERR_IMAG | Abnormal image. |
PSERR_PROC | Processing is impossible. |
PSERR_RECG | Recognition processing failed. |
Carries out recognition processing.
You must call the initialization function MGRcgProcessInit
prior to recognition operations.
The recognition operations are executed when you set an appropriate value for mgConfig
and call the MGRcgProcessExec
function.
CONFIDENTIAL