2#include <ufo/io/file_handler.hpp>
3#include <ufo/io/ufo.hpp>
12CloudProperties cloudPropertiesUFO(std::filesystem::path
const& file)
14 FileHandler fp(file.c_str(),
"rb");
17 throw std::runtime_error(std::format(
18 "[UFO | Cloud Properties UFO] Failed to open file: {}", file.string()));
All vision-related classes and functions.