codeblocks工程文件增加算法源码

This commit is contained in:
luoliangyi 2022-05-12 11:37:49 +08:00
parent 176e689ba9
commit 295a392ac0
2 changed files with 14 additions and 3 deletions

View File

@ -172,8 +172,18 @@
<Unit filename="../../../imgproc/HGOCRHanvon.hpp" />
<Unit filename="../../../imgproc/HGOCRRetImpl.cpp" />
<Unit filename="../../../imgproc/HGOCRRetImpl.hpp" />
<Unit filename="../../../imgproc/hg_imageprocess.cpp" />
<Unit filename="../../../imgproc/hg_imageprocess.hpp" />
<Unit filename="../../../imgproc/ImageProcess/ImageApply.cpp" />
<Unit filename="../../../imgproc/ImageProcess/ImageApply.h" />
<Unit filename="../../../imgproc/ImageProcess/ImageApplyAdjustColors.cpp" />
<Unit filename="../../../imgproc/ImageProcess/ImageApplyAdjustColors.h" />
<Unit filename="../../../imgproc/ImageProcess/ImageApplyAutoCrop.cpp" />
<Unit filename="../../../imgproc/ImageProcess/ImageApplyAutoCrop.h" />
<Unit filename="../../../imgproc/ImageProcess/ImageApplyDiscardBlank.cpp" />
<Unit filename="../../../imgproc/ImageProcess/ImageApplyDiscardBlank.h" />
<Unit filename="../../../imgproc/ImageProcess/ImageApplyDispersion.cpp" />
<Unit filename="../../../imgproc/ImageProcess/ImageApplyDispersion.h" />
<Unit filename="../../../imgproc/ImageProcess/ImageProcess_Public.cpp" />
<Unit filename="../../../imgproc/ImageProcess/ImageProcess_Public.h" />
<Extensions>
<code_completion />
<debugger />

View File

@ -1,5 +1,6 @@
#include "HGOCRBase.hpp"
#include "HGOCR.h"
#include "../base/HGInc.h"
HGUInt HGOCRBase::GetOutTypeByFileName(const HGChar* fileName)
{
@ -67,4 +68,4 @@ HGUInt HGOCRBase::GetOutTypeByFileName(const HGChar* fileName)
#endif
return 0;
}
}