OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Functions
filesystem.hpp File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::utils
 
namespace  cv::utils::fs
 

Functions

cv::String cv::utils::fs::canonical (const cv::String &path)
 Converts path p to a canonical absolute path Symlinks are processed if there is support for them on running platform.
 
bool cv::utils::fs::createDirectories (const cv::String &path)
 
bool cv::utils::fs::createDirectory (const cv::String &path)
 
bool cv::utils::fs::exists (const cv::String &path)
 
cv::String cv::utils::fs::getcwd ()
 
cv::String cv::utils::fs::getParent (const cv::String &path)
 
std::wstring cv::utils::fs::getParent (const std::wstring &path)
 
void cv::utils::fs::glob (const cv::String &directory, const cv::String &pattern, std::vector< cv::String > &result, bool recursive=false, bool includeDirectories=false)
 
void cv::utils::fs::glob_relative (const cv::String &directory, const cv::String &pattern, std::vector< cv::String > &result, bool recursive=false, bool includeDirectories=false)
 
bool cv::utils::fs::isDirectory (const cv::String &path)
 
cv::String cv::utils::fs::join (const cv::String &base, const cv::String &path)
 
void cv::utils::fs::remove_all (const cv::String &path)