#include int main() { using namespace matplot; auto image = imread("lena_color.tiff"); imshow(image); show(); return 0; }