File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1011,7 +1011,6 @@ \subsubsection{flann\_find\_nearest\_neighbors\_index()}
1011
1011
int* indices,
1012
1012
float* dists,
1013
1013
int nn,
1014
- int checks,
1015
1014
struct FLANNParameters* flann_params);
1016
1015
\end {Verbatim }
1017
1016
This function searches for the nearest neighbors of the
@@ -1024,8 +1023,7 @@ \subsubsection{flann\_find\_nearest\_neighbors\_index()}
1024
1023
row-major format). The memory for the \texttt {result } matrix must be allocated
1025
1024
before the \texttt {flann\_ find\_ nearest\_ neighbors\_ index() } function is
1026
1025
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.
1029
1027
1030
1028
1031
1029
You can’t perform that action at this time.
0 commit comments