mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-24 13:16:15 +08:00
renamed duplicate cube/const.h to cube/cube_const.h (issue 525)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@602 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
9b9efa8e4c
commit
16f0481f5c
@ -12,7 +12,7 @@ include_HEADERS = \
|
||||
altlist.h beam_search.h bmp_8.h cached_file.h \
|
||||
char_altlist.h char_bigrams.h char_samp.h char_samp_enum.h \
|
||||
char_samp_set.h char_set.h classifier_base.h classifier_factory.h \
|
||||
con_comp.h const.h conv_net_classifier.h cube_line_object.h \
|
||||
con_comp.h cube_const.h conv_net_classifier.h cube_line_object.h \
|
||||
cube_line_segmenter.h cube_object.h cube_search_object.h \
|
||||
cube_tuning_params.h cube_utils.h feature_base.h feature_bmp.h \
|
||||
feature_chebyshev.h feature_hybrid.h hybrid_neural_net_classifier.h \
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "cube_utils.h"
|
||||
#include "ndminx.h"
|
||||
#include "unicharset.h"
|
||||
#include "cube_const.h"
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "string_32.h"
|
||||
#include "tessdatamanager.h"
|
||||
#include "unicharset.h"
|
||||
#include "cube_const.h"
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "con_comp.h"
|
||||
#include "const.h"
|
||||
#include "cube_const.h"
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
@ -32,4 +32,10 @@
|
||||
#define HIST_WND_RATIO 0.1f
|
||||
#define SEG_PT_WND_RATIO 0.1f
|
||||
|
||||
#ifdef __MSW32__
|
||||
#ifdef __GNUC__
|
||||
#include <climits>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // CUBE_CONST_H
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="cube"
|
||||
ProjectGUID="{CC778B5F-7B9B-4466-9E9A-B8222C6FF16F}"
|
||||
RootNamespace="cube"
|
||||
@ -402,11 +402,11 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\cube\const.h"
|
||||
RelativePath="..\cube\conv_net_classifier.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\cube\conv_net_classifier.h"
|
||||
RelativePath="..\cube\cube_const.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -57,7 +57,7 @@
|
||||
<ClInclude Include="..\cube\classifier_base.h" />
|
||||
<ClInclude Include="..\cube\classifier_factory.h" />
|
||||
<ClInclude Include="..\cube\con_comp.h" />
|
||||
<ClInclude Include="..\cube\const.h" />
|
||||
<ClInclude Include="..\cube\cube_const.h" />
|
||||
<ClInclude Include="..\cube\conv_net_classifier.h" />
|
||||
<ClInclude Include="..\cube\cube_line_object.h" />
|
||||
<ClInclude Include="..\cube\cube_line_segmenter.h" />
|
||||
|
Loading…
Reference in New Issue
Block a user