mw::hgr::HGRcgProcessExec Function

Syntax

#include <mw/hgr/hgr.h>

s32 HGRcgProcessExec(
     HGConfig *hgConfig,
     PSYUVimg *hgYUVimg,
     HGResult *hgResult
);

Parameters

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.

Return Values

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.

Description

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.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL