Fixed descripotorsCount to descriptorsCount

See feature 2862
This commit is contained in:
StevenPuttemans
2013-12-16 10:47:24 +01:00
parent 11071dd241
commit e4b41d38f1
4 changed files with 11 additions and 11 deletions

View File

@@ -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;
}