rm some missing params, add some new ones

This commit is contained in:
Jim O'Regan 2015-07-20 18:25:33 +01:00
parent 529bcfafd5
commit cd2122657e
2 changed files with 8 additions and 7 deletions

View File

@ -1712,13 +1712,11 @@ bool Classify::LooksLikeGarbage(TBLOB *blob) {
* It then copies the char norm features into the IntFeatures * It then copies the char norm features into the IntFeatures
* array provided by the caller. * array provided by the caller.
* *
* @param Blob blob to extract features from * @param templates used to compute char norm adjustments
* @param Templates used to compute char norm adjustments * @param pruner_norm_array Array of factors from blob normalization
* @param IntFeatures array to fill with integer features
* @param PrunerNormArray Array of factors from blob normalization
* process * process
* @param CharNormArray array to fill with dummy char norm adjustments * @param char_norm_array array to fill with dummy char norm adjustments
* @param BlobLength length of blob in baseline-normalized units * @param fx_info
* *
* Globals: * Globals:
* *

View File

@ -1393,7 +1393,10 @@ namespace tesseract {
/** /**
* This routine prompts the user with Prompt and waits * This routine prompts the user with Prompt and waits
* for the user to enter something in the debug window. * 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. * @return Character entered in the debug window.
* @note Globals: none * @note Globals: none
* @note Exceptions: none * @note Exceptions: none