code_app/build/linux/HGTest/main.cpp

11 lines
197 B
C++

#include "stdio.h"
#include "../../../base/HGBase.h"
#include "../../../imgfmt/HGImgFmt.h"
#include "../../../imgproc/HGImgProc.h"
#include "../../../imgproc/HGOCR.h"
int main()
{
return 0;
}