8 #include "tools_for_tests/directories.h"
14 int main(
int argc,
char const **argv) {
16 std::cout <<
"Expects two arguments:\n"
17 "- path to the image to clean (or name of standard SOPT image)\n"
18 "- path to output image\n";
int main(int argc, char const **argv)
void write_tiff(Image<> const &image, std::string const &filename)
Writes a tiff greyscale file.
Image read_tiff(std::string const &filename)
Reads tiff image.