mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
fix some params
This commit is contained in:
parent
6161056591
commit
68508b628c
@ -310,10 +310,10 @@ KDDelete (KDTREE * Tree, FLOAT32 Key[], void *Data) {
|
||||
* @param Query ptr to query key (point in D-space)
|
||||
* @param QuerySize number of nearest neighbors to be found
|
||||
* @param MaxDistance all neighbors must be within this distance
|
||||
* @param NBuffer ptr to QuerySize buffer to hold nearest neighbors
|
||||
* @param DBuffer ptr to QuerySize buffer to hold distances
|
||||
* @param NBuffer[out] ptr to QuerySize buffer to hold nearest neighbors
|
||||
* @param DBuffer[out] ptr to QuerySize buffer to hold distances
|
||||
* from nearest neighbor to query point
|
||||
* @return Number of nearest neighbors actually found
|
||||
* @param[out] NumberOfResults Number of nearest neighbors actually found
|
||||
* @note Exceptions: none
|
||||
* @note History:
|
||||
* - 3/10/89, DSJ, Created.
|
||||
|
Loading…
Reference in New Issue
Block a user