From: Mathieu Barnachon Date: Sun, 24 Nov 2013 14:45:05 +0000 (+0100) Subject: Fix name of parameter to have proper documentation. X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~709^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dc713eaba7c3bb290a24153def2699e9d8a71af;p=profile%2Fivi%2Fopencv.git Fix name of parameter to have proper documentation. --- diff --git a/modules/features2d/src/bagofwords.cpp b/modules/features2d/src/bagofwords.cpp index 8416ebd..5eb1dd5 100644 --- a/modules/features2d/src/bagofwords.cpp +++ b/modules/features2d/src/bagofwords.cpp @@ -170,7 +170,7 @@ int BOWImgDescriptorExtractor::descriptorType() const return CV_32FC1; } -void BOWImgDescriptorExtractor::compute( const Mat& descriptors, Mat& imgDescriptor, std::vector >* pointIdxsOfClusters ) +void BOWImgDescriptorExtractor::compute( const Mat& keypointDescriptors, Mat& imgDescriptor, std::vector >* pointIdxsOfClusters ) { CV_Assert( vocabulary.empty() != false );