![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/utilities.h"
#include "sopt/config.h"
#include <fstream>
#include <tiff.h>
#include <tiffio.h>
#include "sopt/exception.h"
#include "sopt/logging.h"
#include <vector>
#include "sopt/types.h"
Go to the source code of this file.
Namespaces | |
sopt | |
sopt::utilities | |
Functions | |
Image | sopt::utilities::read_tiff (std::string const &name) |
Reads tiff image. More... | |
void | sopt::utilities::write_tiff (Image<> const &image, std::string const &filename) |
Writes a tiff greyscale file. More... | |