表格线识别通用库文档
载入中...
搜索中...
未找到
common.h
浏览该文件的文档.
1
/*
2
* @Description: common 库头文件
3
* @Version:
4
* @Autor: dreamy-xay
5
* @date: 2023-11-29 19:57:17
6
* @LastEditors: dreamy-xay
7
* @LastEditTime: 2024-01-28
8
*/
9
10
#ifndef COMMON_H
11
#define COMMON_H
12
13
#include "
common/enum.h
"
14
#include "
common/macro.h
"
15
#include "
common/type.h
"
16
#include "
common/utils/string.hpp
"
17
#include "
common/utils/binary.hpp
"
18
#include "
common/utils/file.hpp
"
19
#include "
common/utils/inout.hpp
"
20
#include "
common/base/percent.hpp
"
21
#include "
common/base/disjoint_set.hpp
"
22
#include "
common/base/point.hpp
"
23
#include "
common/base/interval.hpp
"
24
#include "
common/base/line.hpp
"
25
#include "
common/base/list.hpp
"
26
#include "
common/base/rect.hpp
"
27
#include "
common/base/scope.hpp
"
28
#include "
common/list/intervals.hpp
"
29
#include "
common/list/lines.hpp
"
30
#include "
common/list/rects.hpp
"
31
#include "
common/feature/hlines.h
"
32
#include "
common/feature/vlines.h
"
33
#include "
common/feature/projection.hpp
"
34
#include "
common/feature/image.h
"
35
#include "
common/feature/image_preprocess.hpp
"
36
#include "
common/debug/print_package.h
"
37
#include "
common/debug/debug.hpp
"
38
39
#endif
// COMMON_H
binary.hpp
debug.hpp
disjoint_set.hpp
enum.h
file.hpp
hlines.h
image.h
image_preprocess.hpp
inout.hpp
interval.hpp
intervals.hpp
line.hpp
lines.hpp
list.hpp
macro.h
percent.hpp
point.hpp
print_package.h
projection.hpp
rect.hpp
rects.hpp
scope.hpp
string.hpp
type.h
vlines.h
common
include
common
common.h
制作者
1.10.0