Commit 6ebd07b2 authored by Alexander Shishkov's avatar Alexander Shishkov

mistypes in folders name

parent c1780f67
...@@ -38,6 +38,6 @@ ...@@ -38,6 +38,6 @@
#define __OPENCV_XIMGPROC_HPP__ #define __OPENCV_XIMGPROC_HPP__
#include "ximgproc/edge_filter.hpp" #include "ximgproc/edge_filter.hpp"
#include "ximpgroc/structured_edge_detection.hpp" #include "ximgproc/structured_edge_detection.hpp"
#endif #endif
\ No newline at end of file
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#include "opencv2/core.hpp" #include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp" #include "opencv2/imgproc.hpp"
#include "opencv2/imgproc/types_c.h" #include "opencv2/imgproc/types_c.h"
#include "opencv2/ximgproc.hpp"
#include "opencv2/highgui.hpp" #include "opencv2/highgui.hpp"
#include "opencv2/ximpgroc.hpp"
#include "opencv2/ts.hpp" #include "opencv2/ts.hpp"
#include <opencv2/ts/ts_perf.hpp> #include <opencv2/ts/ts_perf.hpp>
#include <opencv2/core/utility.hpp> #include <opencv2/core/utility.hpp>
......
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