OpenCV
4.10.0
Open Source Computer Vision
|
#include <string>
#include <vector>
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <opencv2/core.hpp>
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::datasets |
Functions | |
void | cv::datasets::createDirectory (const std::string &path) |
void | cv::datasets::getDirList (const std::string &dirName, std::vector< std::string > &fileNames) |
void | cv::datasets::split (const std::string &s, std::vector< std::string > &elems, char delim) |