#include <mw/mgr/mgr.h> #define PSERR_TRUE ( 0 ) /* Process succeeded */ #define PSERR_MEMR ( -1 ) /* Insufficient memory */ #define PSERR_ARGU ( -2 ) /* Argument error */ #define PSERR_IMAG ( -3 ) /* Abnormal image */ #define PSERR_PROC ( -4 ) /* Processing impossible */ #define PSERR_RECG ( -5 ) /* Recognition process failed */
Values returned by functions.
CONFIDENTIAL