mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
Fix name of parameter to have proper documentation.
This commit is contained in:
parent
bf84d476fc
commit
9dc713eaba
@ -170,7 +170,7 @@ int BOWImgDescriptorExtractor::descriptorType() const
|
|||||||
return CV_32FC1;
|
return CV_32FC1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void BOWImgDescriptorExtractor::compute( const Mat& descriptors, Mat& imgDescriptor, std::vector<std::vector<int> >* pointIdxsOfClusters )
|
void BOWImgDescriptorExtractor::compute( const Mat& keypointDescriptors, Mat& imgDescriptor, std::vector<std::vector<int> >* pointIdxsOfClusters )
|
||||||
{
|
{
|
||||||
CV_Assert( vocabulary.empty() != false );
|
CV_Assert( vocabulary.empty() != false );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user