mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-08 02:12:40 +08:00
rm some missing params, add some new ones
This commit is contained in:
parent
529bcfafd5
commit
cd2122657e
@ -1712,13 +1712,11 @@ bool Classify::LooksLikeGarbage(TBLOB *blob) {
|
||||
* It then copies the char norm features into the IntFeatures
|
||||
* array provided by the caller.
|
||||
*
|
||||
* @param Blob blob to extract features from
|
||||
* @param Templates used to compute char norm adjustments
|
||||
* @param IntFeatures array to fill with integer features
|
||||
* @param PrunerNormArray Array of factors from blob normalization
|
||||
* @param templates used to compute char norm adjustments
|
||||
* @param pruner_norm_array Array of factors from blob normalization
|
||||
* process
|
||||
* @param CharNormArray array to fill with dummy char norm adjustments
|
||||
* @param BlobLength length of blob in baseline-normalized units
|
||||
* @param char_norm_array array to fill with dummy char norm adjustments
|
||||
* @param fx_info
|
||||
*
|
||||
* Globals:
|
||||
*
|
||||
|
@ -1393,7 +1393,10 @@ namespace tesseract {
|
||||
/**
|
||||
* This routine prompts the user with Prompt and waits
|
||||
* for the user to enter something in the debug window.
|
||||
* @param Prompt prompt to print while waiting for input from window
|
||||
* @param Prompt prompt to print while waiting for input from window
|
||||
* @param adaptive_on
|
||||
* @param pretrained_on
|
||||
* @param shape_id
|
||||
* @return Character entered in the debug window.
|
||||
* @note Globals: none
|
||||
* @note Exceptions: none
|
||||
|
Loading…
Reference in New Issue
Block a user