OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
filesystem.hpp 文件参考
此图显示直接或间接包含此文件的文件

命名空间

命名空间  cv
 
命名空间  cv::utils
 
命名空间  cv::utils::fs
 

函数

cv::String cv::utils::fs::canonical (const cv::String &path)
 将路径 p 转换为规范的绝对路径。如果运行平台支持符号链接,则会处理符号链接。
 
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)