aboutsummaryrefslogtreecommitdiff
path: root/classify/float2int.h
diff options
context:
space:
mode:
Diffstat (limited to 'classify/float2int.h')
-rw-r--r--classify/float2int.h31
1 files changed, 3 insertions, 28 deletions
diff --git a/classify/float2int.h b/classify/float2int.h
index 60d1dea..0c6e42c 100644
--- a/classify/float2int.h
+++ b/classify/float2int.h
@@ -30,36 +30,11 @@
/**----------------------------------------------------------------------------
Public Function Prototypes
----------------------------------------------------------------------------**/
+namespace tesseract {
void ClearCharNormArray(INT_TEMPLATES Templates,
CLASS_NORMALIZATION_ARRAY CharNormArray);
+} // namespace tesseract.
-void ComputeIntCharNormArray(FEATURE NormFeature,
- INT_TEMPLATES Templates,
- CLASS_NORMALIZATION_ARRAY CharNormArray);
+void ComputeIntFeatures(FEATURE_SET Features, INT_FEATURE_ARRAY IntFeatures);
-void ComputeIntFeatures(FEATURE_SET Features, INT_FEATURE_ARRAY IntFeatures);
-
-/*
-#if defined(__STDC__) || defined(__cplusplus)
-# define _ARGS(s) s
-#else
-# define _ARGS(s) ()
-#endif*/
-
-/* float2int.c
-void ClearCharNormArray
- _ARGS((INT_TEMPLATES Templates,
- CLASS_NORMALIZATION_ARRAY CharNormArray));
-
-void ComputeIntCharNormArray
- _ARGS((FEATURE NormFeature,
- INT_TEMPLATES Templates,
- CLASS_NORMALIZATION_ARRAY CharNormArray));
-
-void ComputeIntFeatures
- _ARGS((FEATURE_SET Features,
- INT_FEATURE_ARRAY IntFeatures));
-
-#undef _ARGS
-*/
#endif