File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -698,9 +698,9 @@ \subsubsection{flann::Index::knnSearch}
698
698
\begin {description }
699
699
\item [checks] specifies the maximum leafs to visit when searching for neighbours. A
700
700
higher value for this parameter would give better search precision, but
701
- also take more time. For all leafs to be checked use the value \texttt {CHECKS \_ UNLIMITED }.
701
+ also take more time. For all leafs to be checked use the value \texttt {FLANN \_ CHECKS \_ UNLIMITED }.
702
702
If automatic configuration was used when the index was created, the number of checks
703
- required to achieve the specified precision was also computed, to use that value specify \texttt {CHECKS \_ AUTOTUNED }.
703
+ required to achieve the specified precision was also computed, to use that value specify \texttt {FLANN \_ CHECKS \_ AUTOTUNED }.
704
704
\item [eps] Search for eps-approximate neighbors (only used by KDTreeSingleIndex and KDTreeCuda3dIndex).
705
705
\item [sorted] Used only by radius search, specifies if the neighbors returned should be sorted by distance.
706
706
\item [max\_ neighbours] Specifies the maximum number of neighbors radius search should return (default: -1 =
You can’t perform that action at this time.
0 commit comments