|
Wildmeshing Toolkit
|
#include <Eigen/Core>#include <array>#include <cmath>#include <filesystem>Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
| namespace | wmtk::components |
| namespace | wmtk::components::adaptive_tessellation |
| namespace | 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 > > |