Fixed descripotorsCount to descriptorsCount
See feature 2862
This commit is contained in:
@@ -72,7 +72,7 @@ const std::vector<Mat>& BOWTrainer::getDescriptors() const
|
||||
return descriptors;
|
||||
}
|
||||
|
||||
int BOWTrainer::descripotorsCount() const
|
||||
int BOWTrainer::descriptorsCount() const
|
||||
{
|
||||
return descriptors.empty() ? 0 : size;
|
||||
}
|
||||
|
Reference in New Issue
Block a user