SOPT
Sparse OPTimisation
tiffwrappers.h
Go to the documentation of this file.
1 #ifndef SOPT_TIFF_WRAPPER_H
2 #define SOPT_TIFF_WRAPPER_H
3 
4 #include "sopt/config.h"
5 #include <string> // for std::string
6 #include <Eigen/Core>
7 #include "sopt/types.h"
8 
9 namespace sopt::tools {
11 sopt::Image<> read_standard_tiff(std::string const &name);
12 } // namespace sopt::tools
13 #endif
Image read_standard_tiff(std::string const &name)
Reads tiff image from sopt data directory if it exists.
Definition: tiffwrappers.cc:9
Eigen::Array< T, Eigen::Dynamic, Eigen::Dynamic > Image
A 2-dimensional list of elements of given type.
Definition: types.h:39