Commit f843851e authored by Andrey Pavlenko's avatar Andrey Pavlenko

Merge pull request #34 from vbystricky/fixPR24

Fix include of imgcodecs
parents 36178bc9 44aace29
......@@ -12,6 +12,7 @@
#include "opencv2/bioinspired.hpp" // retina based algorithms
#include "opencv2/imgproc.hpp" // cvCvtcolor function
#include "opencv2/imgcodecs.hpp" // imread
#include "opencv2/highgui.hpp" // display
static void help(std::string errorMessage)
......
......@@ -10,6 +10,7 @@
#include <cstring>
#include "opencv2/bioinspired.hpp"
#include "opencv2/imgcodecs.hpp"
#include "opencv2/highgui.hpp"
static void help(std::string errorMessage)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment