#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 */
CONFIDENTIAL