File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
xfeatures2d/include/opencv2/xfeatures2d
ximgproc/include/opencv2/ximgproc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class CV_EXPORTS_W SURF_CUDA
110
110
@param _nOctaveLayers Number of octave layers within each octave.
111
111
@param _extended Extended descriptor flag (true - use extended 128-element descriptors; false - use
112
112
64-element descriptors).
113
- @param _keypointsRatio
113
+ @param _keypointsRatio Limits a maximum number of features
114
114
@param _upright Up-right or rotated features flag (true - do not compute orientation of features;
115
115
false - compute orientation).
116
116
*/
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ class CV_EXPORTS_W EdgeDrawing : public Algorithm
115
115
/* * @brief sets parameters.
116
116
117
117
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
119
119
*/
120
120
CV_WRAP void setParams (const EdgeDrawing::Params& parameters);
121
121
virtual ~EdgeDrawing () { }
You can’t perform that action at this time.
0 commit comments