Skip to content

Commit ea988b1

Browse files
authored
Merge pull request #3502 from dkurt:java_without_ant
Add missed parameters descriptions
2 parents 8dfeed7 + d3dd415 commit ea988b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/xfeatures2d/include/opencv2/xfeatures2d/cuda.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class CV_EXPORTS_W SURF_CUDA
110110
@param _nOctaveLayers Number of octave layers within each octave.
111111
@param _extended Extended descriptor flag (true - use extended 128-element descriptors; false - use
112112
64-element descriptors).
113-
@param _keypointsRatio
113+
@param _keypointsRatio Limits a maximum number of features
114114
@param _upright Up-right or rotated features flag (true - do not compute orientation of features;
115115
false - compute orientation).
116116
*/

modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class CV_EXPORTS_W EdgeDrawing : public Algorithm
115115
/** @brief sets parameters.
116116
117117
this function is meant to be used for parameter setting in other languages than c++ like python.
118-
@param parameters
118+
@param parameters Parameters of the algorithm
119119
*/
120120
CV_WRAP void setParams(const EdgeDrawing::Params& parameters);
121121
virtual ~EdgeDrawing() { }

0 commit comments

Comments
 (0)