Skip to content

Commit 5c4e348

Browse files
committed
Merge pull request flann-lib#168 from mohawkjohn/doc_problem_corrected
Removed incorrect check argument in flann_find_nearest_neighbors_index
2 parents 9125041 + 477f711 commit 5c4e348

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/manual.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,6 @@ \subsubsection{flann\_find\_nearest\_neighbors\_index()}
10111011
int* indices,
10121012
float* dists,
10131013
int nn,
1014-
int checks,
10151014
struct FLANNParameters* flann_params);
10161015
\end{Verbatim}
10171016
This function searches for the nearest neighbors of the
@@ -1024,8 +1023,7 @@ \subsubsection{flann\_find\_nearest\_neighbors\_index()}
10241023
row-major format). The memory for the \texttt{result} matrix must be allocated
10251024
before the \texttt{flann\_find\_nearest\_neighbors\_index()} function is
10261025
called. The distances to the nearest neighbors found are stored in the \texttt{dists}
1027-
matrix. The \texttt{checks} parameter specifies how many tree traversals should
1028-
be performed during the search.
1026+
matrix.
10291027

10301028

10311029

0 commit comments

Comments
 (0)