Skip to content

Commit 13da4e9

Browse files
committed
Update nn_index.h
Correct spelling
1 parent dbf1801 commit 13da4e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cpp/flann/algorithms/nn_index.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class NNIndex : public IndexBase
135135
}
136136

137137
/**
138-
* Builds th index using using the specified dataset
138+
* Builds the index using the specified dataset
139139
* @param dataset the dataset to use
140140
*/
141141
virtual void buildIndex(const Matrix<ElementType>& dataset)
@@ -482,7 +482,7 @@ class NNIndex : public IndexBase
482482
/**
483483
* @brief Perform radius search
484484
* @param[in] query The query point
485-
* @param[out] indices The indinces of the neighbors found within the given radius
485+
* @param[out] indices The indices of the neighbors found within the given radius
486486
* @param[out] dists The distances to the nearest neighbors found
487487
* @param[in] radius The radius used for search
488488
* @param[in] params Search parameters
@@ -592,7 +592,7 @@ class NNIndex : public IndexBase
592592
/**
593593
* @brief Perform radius search
594594
* @param[in] query The query point
595-
* @param[out] indices The indinces of the neighbors found within the given radius
595+
* @param[out] indices The indices of the neighbors found within the given radius
596596
* @param[out] dists The distances to the nearest neighbors found
597597
* @param[in] radius The radius used for search
598598
* @param[in] params Search parameters

0 commit comments

Comments
 (0)