#include <libxml/parser.h>
#include <libxml/tree.h>
#include <dirent.h>
#include <vector>
#include <string>
Go to the source code of this file.
Defines | |
#define | ROOT_PATH "/lab/ilab15/tmp/objectsDB/mit/labelMe/Annotations" |
Functions | |
void | readDir (const char *path=NULL) |
void | getObjects (std::string &filename, std::vector< std::string > &objNames) |
int | main (const int argc, const char **argv) |
Variables | |
std::vector< std::string > | files |
get information for the labelme data set
Definition in file getLabelMeInfo.C.