SOPT
Sparse OPTimisation
Namespaces | Functions
utilities.cc File Reference
#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"
+ Include dependency graph for utilities.cc:

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...