mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-08 02:12:40 +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 Query ptr to query key (point in D-space)
|
||||||
* @param QuerySize number of nearest neighbors to be found
|
* @param QuerySize number of nearest neighbors to be found
|
||||||
* @param MaxDistance all neighbors must be within this distance
|
* @param MaxDistance all neighbors must be within this distance
|
||||||
* @param NBuffer ptr to QuerySize buffer to hold nearest neighbors
|
* @param NBuffer[out] ptr to QuerySize buffer to hold nearest neighbors
|
||||||
* @param DBuffer ptr to QuerySize buffer to hold distances
|
* @param DBuffer[out] ptr to QuerySize buffer to hold distances
|
||||||
* from nearest neighbor to query point
|
* 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 Exceptions: none
|
||||||
* @note History:
|
* @note History:
|
||||||
* - 3/10/89, DSJ, Created.
|
* - 3/10/89, DSJ, Created.
|
||||||
|
Loading…
Reference in New Issue
Block a user