mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Fixed documentation: corrected parameter names
This commit is contained in:
@@ -33,7 +33,7 @@ Extract features and computes their descriptors using SIFT algorithm
|
||||
|
||||
.. ocv:function:: void SIFT::operator()(InputArray img, InputArray mask, vector<KeyPoint>& keypoints, OutputArray descriptors, bool useProvidedKeypoints=false)
|
||||
|
||||
:param image: Input 8-bit grayscale image
|
||||
:param img: Input 8-bit grayscale image
|
||||
|
||||
:param mask: Optional input mask that marks the regions where we should detect features.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user