Wildmeshing Toolkit
load_image_exr.hpp File Reference
#include <Eigen/Core>
#include <array>
#include <cmath>
#include <filesystem>
Include dependency graph for load_image_exr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::components
 
 wmtk::components::adaptive_tessellation
 
 wmtk::components::adaptive_tessellation::image
 

Functions

auto wmtk::components::adaptive_tessellation::image::load_image_exr_red_channel (const std::filesystem::path &path) -> std::tuple< size_t, size_t, std::vector< float >>
 
auto wmtk::components::adaptive_tessellation::image::load_image_exr_split_3channels (const std::filesystem::path &path) -> std::tuple< size_t, size_t, int, int, int, std::vector< float >, std::vector< float >, std::vector< float >>