mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
doxygen complains here no matter what
This commit is contained in:
parent
68508b628c
commit
285aeb63e6
@ -59,10 +59,10 @@ NORM_PROTOS *ReadNormProtos(FILE *File);
|
||||
Variables
|
||||
----------------------------------------------------------------------------*/
|
||||
|
||||
/* control knobs used to control the normalization adjustment process */
|
||||
/** control knobs used to control the normalization adjustment process */
|
||||
double_VAR(classify_norm_adj_midpoint, 32.0, "Norm adjust midpoint ...");
|
||||
double_VAR(classify_norm_adj_curl, 2.0, "Norm adjust curl ...");
|
||||
/* Weight of width variance against height and vertical position. */
|
||||
/** Weight of width variance against height and vertical position. */
|
||||
const double kWidthErrorWeighting = 0.125;
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user