1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

docs: fix typos and missing parameter description in flann and calib3d

This commit is contained in:
hyndhavamahesh345
2026-02-22 14:11:17 +05:30
parent 95be2f2af8
commit 1194bd24cb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -175,9 +175,9 @@ public:
/** @brief Constructs a nearest neighbor search index for a given dataset.
@param features Matrix of containing the features(points) to index. The size of the matrix is
@param features Matrix containing the features(points) to index. The size of the matrix is
num_features x feature_dimensionality and the data type of the elements in the matrix must
coincide with the type of the index.
match the type of the index.
@param params Structure containing the index parameters. The type of index that will be
constructed depends on the type of this parameter. See the description.
@param distance