cpp-conan-playground/include/ImageMan/ImageMan.hpp

12 lines
302 B
C++
Raw Normal View History

// ImageMan.h : Include file for standard system include files,
// or project specific include files.
#pragma once
#include <iostream>
#include "opencv2/imgproc.hpp"
#include "opencv2/imgcodecs.hpp"
#include "opencv2/highgui.hpp"
// TODO: Reference additional headers your program requires here.