Static Public Member Functions | List of all members
cv::Directory Class Reference

#include <contrib.hpp>

Static Public Member Functions

static std::vector< std::stringGetListFiles (const std::string &path, const std::string &exten="*", bool addPath=true)
 
static std::vector< std::stringGetListFilesR (const std::string &path, const std::string &exten="*", bool addPath=true)
 
static std::vector< std::stringGetListFolders (const std::string &path, const std::string &exten="*", bool addPath=true)
 

Member Function Documentation

static std::vector<std::string> cv::Directory::GetListFiles ( const std::string path,
const std::string exten = "*",
bool  addPath = true 
)
static
static std::vector<std::string> cv::Directory::GetListFilesR ( const std::string path,
const std::string exten = "*",
bool  addPath = true 
)
static
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: