1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00

minor update of ar_hmdb code

This commit is contained in:
Dmitriy Anisimov
2014-11-15 13:43:59 +03:00
parent 3929e23878
commit f04f191111
5 changed files with 87 additions and 110 deletions

View File

@@ -56,8 +56,9 @@ namespace datasets
struct AR_hmdbObj : public Object
{
int id;
std::string name;
std::vector<std::string> videoNames;
std::string videoName;
};
class CV_EXPORTS AR_hmdb : public Dataset