code_app/modules/imgproc/HGImgProcErr.h

13 lines
282 B
C
Raw Normal View History

2022-05-03 10:25:52 +00:00
#ifndef __HGIMGPROCERR_H__
#define __HGIMGPROCERR_H__
/* 一般错误 */
#define HGIMGPROC_ERR_FAIL 0x00003001L
2022-11-24 09:34:44 +00:00
/* OCR初始化错误 */
#define HGIMGPROC_ERR_OCRINIT 0x00003002L
/* OCR错误 */
#define HGIMGPROC_ERR_OCR 0x00003003L
2022-05-03 10:25:52 +00:00
#endif /* __HGIMGPROCERR_H__ */