mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-08 02:12:40 +08:00
renamed params
This commit is contained in:
parent
d87b5ddf90
commit
c8ee174db4
@ -2257,9 +2257,9 @@ uinT16 DegreesOfFreedom(DISTRIBUTION Distribution, uinT16 HistogramBuckets) {
|
|||||||
* This routine is used to search a list of histogram data
|
* This routine is used to search a list of histogram data
|
||||||
* structures to find one with the specified number of
|
* structures to find one with the specified number of
|
||||||
* buckets. It is called by the list search routines.
|
* buckets. It is called by the list search routines.
|
||||||
* @param Histogram current histogram being tested for a match
|
* @param arg1 current histogram being tested for a match
|
||||||
* @param DesiredNumberOfBuckets match key
|
* @param arg2 match key
|
||||||
* @return TRUE if Histogram matches DesiredNumberOfBuckets
|
* @return TRUE if arg1 matches arg2
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
* @note History: Thu Aug 3 14:17:33 1989, DSJ, Created.
|
* @note History: Thu Aug 3 14:17:33 1989, DSJ, Created.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user