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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user