From 4f74e2509ba8bc0baccfbc1e3eefebcd013fd0a8 Mon Sep 17 00:00:00 2001 From: Mathieu Barnachon Date: Tue, 26 Nov 2013 22:50:26 +0100 Subject: [PATCH] Fix the documentation names. --- modules/features2d/doc/object_categorization.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/features2d/doc/object_categorization.rst b/modules/features2d/doc/object_categorization.rst index 55fcdee3c3..480efe2513 100644 --- a/modules/features2d/doc/object_categorization.rst +++ b/modules/features2d/doc/object_categorization.rst @@ -181,13 +181,13 @@ BOWImgDescriptorExtractor::compute Computes an image descriptor using the set visual vocabulary. .. ocv:function:: void BOWImgDescriptorExtractor::compute( const Mat& image, vector& keypoints, Mat& imgDescriptor, vector >* pointIdxsOfClusters=0, Mat* descriptors=0 ) -.. ocv:function:: void BOWImgDescriptorExtractor::compute( const Mat& descriptors, Mat& imgDescriptor, std::vector >* pointIdxsOfClusters ) +.. ocv:function:: void BOWImgDescriptorExtractor::compute( const Mat& keypointDescriptors, Mat& imgDescriptor, std::vector >* pointIdxsOfClusters ) :param image: Image, for which the descriptor is computed. :param keypoints: Keypoints detected in the input image. - :param descriptors: Computed descriptors to match with vocabulary. + :param keypointDescriptors: Computed descriptors to match with vocabulary. :param imgDescriptor: Computed output image descriptor.