Commit 44aace29 authored by vbystricky's avatar vbystricky

Fix include of imgcodecs

parent 36178bc9
......@@ -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