1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00

Added opencv_contrib_world module and fixed some compilation warnings on iOS

This commit is contained in:
Maksim Shabunin
2015-02-04 17:32:50 +03:00
parent 312c8fa7e1
commit 2b74ca6f12
14 changed files with 65 additions and 16 deletions

View File

@@ -98,7 +98,7 @@ void OR_sunImp::loadDatasetPart(const string &path, vector< Ptr<Object> > &datas
curr->label = (*it).second;
} else
{
curr->label = pathLabel.size();
curr->label = (int)pathLabel.size();
pathLabel.insert(make_pair(labelStr, curr->label));
paths.push_back(labelStr);
}