#include "util.h"Functions | |
| void | readConfig (char *configFileName, char *videoPath, cv::Rect &box) |
| readConfig read config text More... | |
| void | writeXML (std::string configFileName, const std::string videoPath, const cv::Rect box) |
| writeXML write XML and YMAL config file More... | |
| void | readXML (std::string configFileName, std::string &videoPath, cv::Rect &box) |
| readXML read XML and YMAL config file More... | |
| void readConfig | ( | char * | configFileName, |
| char * | videoPath, | ||
| cv::Rect & | box | ||
| ) |
readConfig read config text
| configFileName | config file name |
| videoPath | the returned video name |
| box | returned value of initialize tracking window |
| void readXML | ( | std::string | configFileName, |
| std::string & | videoPath, | ||
| cv::Rect & | box | ||
| ) |
readXML read XML and YMAL config file
| configFileName | |
| videoPath | |
| box |
| void writeXML | ( | std::string | configFileName, |
| const std::string | videoPath, | ||
| const cv::Rect | box | ||
| ) |
writeXML write XML and YMAL config file
| configFileName | |
| videoPath | |
| box |
1.8.4