Function Return Values

Syntax

#include <mw/hgr/hgr.h>

#define  MWHGR_PSERR_TRUE     (    0 )     /* Process successful      */
#define  MWHGR_PSERR_MEMR     (   -1 )     /* Insufficient memory    */
#define  MWHGR_PSERR_ARGU     (   -2 )     /* Argument error    */
#define  MWHGR_PSERR_IMAG     (   -3 )     /* Image abnormality      */
#define  MWHGR_PSERR_PROC     (   -4 )     /* Processing not possible      */
#define  MWHGR_PSERR_RECG     (   -5 )     /* Recognition failure   */

Description

See the corresponding C++ constants, function return values.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL