Fix name of one parameter to fit the documentation.

This commit is contained in:
Mathieu Barnachon
2013-11-24 17:14:23 +01:00
parent 9dc713eaba
commit e8b86c8663

View File

@@ -178,7 +178,7 @@ void BOWImgDescriptorExtractor::compute( const Mat& keypointDescriptors, Mat& im
// Match keypoint descriptors to cluster center (to vocabulary)
std::vector<DMatch> matches;
dmatcher->match( descriptors, matches );
dmatcher->match( keypointDescriptors, matches );
// Compute image descriptor
if( pointIdxsOfClusters )