mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
missing param; rename one
This commit is contained in:
parent
c844628311
commit
312ce37de7
@ -40,8 +40,10 @@ namespace tesseract {
|
||||
* and insert them into the Cutoffs array. Cutoffs are
|
||||
* indexed in the array by class id. Unused entries in the
|
||||
* array are set to an arbitrarily high cutoff value.
|
||||
* @param Filename name of file containing cutoff definitions
|
||||
* @param CutoffFile name of file containing cutoff definitions
|
||||
* @param Cutoffs array to put cutoffs into
|
||||
* @param swap
|
||||
* @param end_offset
|
||||
* @return none
|
||||
* @note Globals: none
|
||||
* @note Exceptions: none
|
||||
|
Loading…
Reference in New Issue
Block a user