Static Public Member Functions
cv::Directory Class Reference

#include <contrib.hpp>

List of all members.

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

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: