mw::mgr::MGRcgProcessExec
Function#include <mw/mgr/mgr.h> s32 MGRcgProcessExec( MGConfig *mgConfig, PSCimg *mgCimg, MGResult *mgResult );
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. |
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. |
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.
CONFIDENTIAL