SOPT
Sparse OPTimisation
cpp
tools_for_tests
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
sopt::tools
Definition:
directories.in.h:7
sopt::tools::read_standard_tiff
Image read_standard_tiff(std::string const &name)
Reads tiff image from sopt data directory if it exists.
Definition:
tiffwrappers.cc:9
sopt::Image
Eigen::Array< T, Eigen::Dynamic, Eigen::Dynamic > Image
A 2-dimensional list of elements of given type.
Definition:
types.h:39
types.h
Generated by
1.9.1