#include <mw/hgr/hgr.h> s32 HGRcgProcessExec( HGConfig *hgConfig, PSYUVimg *hgYUVimg, HGResult *hgResult );
Name | Description | |
---|---|---|
in | hgConfig | Specifies the image size, rectangular region targeted for processing, recognition movement mode, and speed sensitivity parameters. |
in | hgYUVimg | Specifies the image data. |
out | hgResult | 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 HGRcgProcessInit
prior to recognition operations.
The recognition operations are executed when you set an appropriate value for hgConfig
and call the HGRcgProcessExec
function.
CONFIDENTIAL