1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33: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
+1 -1
View File
@@ -4094,7 +4094,7 @@ namespace fisheye
the number of points in the view.
@param imagePoints Output array of image points, 2xN/Nx2 1-channel or 1xN/Nx1 2-channel, or
vector\<Point2f\>.
@param affine
@param affine Pose of the camera.
@param K Camera intrinsic matrix \f$\cameramatrix{K}\f$.
@param D Input vector of distortion coefficients \f$\distcoeffsfisheye\f$.
@param alpha The skew coefficient.
+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