OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
filesystem.hpp ファイル
This graph shows which files directly or indirectly include this file:

名前空間

namespace  cv
 
namespace  cv::utils
 
namespace  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)