2#include <visp3/core/vpConfig.h>
3#include <visp3/io/vpImageIo.h>
7#ifdef ENABLE_VISP_NAMESPACE
17 std::cout <<
e.getMessage() << std::endl;
20 std::cout <<
"Unsupported image format" << std::endl;
error that can be emitted by ViSP classes.
static void read(vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)
static void write(const vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)
Definition of the vpImage class member functions.