OpenCV  2.4.13.6
Open Source Computer Vision
cv::Directory Class Reference

#include <contrib.hpp>

Static Public Member Functions

static std::vector< std::string > GetListFiles (const std::string &path, const std::string &exten="*", bool addPath=true)
 
static std::vector< std::string > GetListFilesR (const std::string &path, const std::string &exten="*", bool addPath=true)
 
static std::vector< std::string > GetListFolders (const std::string &path, const std::string &exten="*", bool addPath=true)
 

Member Function Documentation

§ GetListFiles()

static std::vector<std::string> cv::Directory::GetListFiles ( const std::string &  path,
const std::string &  exten = "*",
bool  addPath = true 
)
static

§ GetListFilesR()

static std::vector<std::string> cv::Directory::GetListFilesR ( const std::string &  path,
const std::string &  exten = "*",
bool  addPath = true 
)
static

§ GetListFolders()

static std::vector<std::string> cv::Directory::GetListFolders ( const std::string &  path,
const std::string &  exten = "*",
bool  addPath = true 
)
static

The documentation for this class was generated from the following file: