code_app/modules/imgproc/HGImgProcErr.h

13 lines
282 B
C

#ifndef __HGIMGPROCERR_H__
#define __HGIMGPROCERR_H__
/* 一般错误 */
#define HGIMGPROC_ERR_FAIL 0x00003001L
/* OCR初始化错误 */
#define HGIMGPROC_ERR_OCRINIT 0x00003002L
/* OCR错误 */
#define HGIMGPROC_ERR_OCR 0x00003003L
#endif /* __HGIMGPROCERR_H__ */