mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 18:02:40 +08:00
h2 context?
This commit is contained in:
parent
b858db8ae2
commit
4c2a83823b
@ -59,10 +59,10 @@ NORM_PROTOS *ReadNormProtos(FILE *File);
|
|||||||
Variables
|
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_midpoint, 32.0, "Norm adjust midpoint ...");
|
||||||
double_VAR(classify_norm_adj_curl, 2.0, "Norm adjust curl ...");
|
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;
|
const double kWidthErrorWeighting = 0.125;
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
@ -74,12 +74,12 @@ namespace tesseract {
|
|||||||
* This routine compares Features against each character
|
* This routine compares Features against each character
|
||||||
* normalization proto for ClassId and returns the match
|
* normalization proto for ClassId and returns the match
|
||||||
* rating of the best match.
|
* rating of the best match.
|
||||||
* @param ClassId id of class to match against
|
* @param ClassId id of class to match against
|
||||||
* @param Feature character normalization feature
|
* @param Feature character normalization feature
|
||||||
* @param DebugMatch controls dump of debug info
|
* @param DebugMatch controls dump of debug info
|
||||||
*
|
*
|
||||||
* Globals:
|
* Globals:
|
||||||
* #NormProtos character normalization prototypes
|
* #NormProtos character normalization prototypes
|
||||||
*
|
*
|
||||||
* @return Best match rating for Feature against protos of ClassId.
|
* @return Best match rating for Feature against protos of ClassId.
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
|
Loading…
Reference in New Issue
Block a user