mistypes in folders name

pull/49/head
Alexander Shishkov 11 years ago
parent c1780f67b8
commit 6ebd07b299
  1. 2
      modules/ximgproc/include/opencv2/ximgproc.hpp
  2. 2
      modules/ximgproc/test/test_precomp.hpp

@ -38,6 +38,6 @@
#define __OPENCV_XIMGPROC_HPP__
#include "ximgproc/edge_filter.hpp"
#include "ximpgroc/structured_edge_detection.hpp"
#include "ximgproc/structured_edge_detection.hpp"
#endif

@ -12,8 +12,8 @@
#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc/types_c.h"
#include "opencv2/ximgproc.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/ximpgroc.hpp"
#include "opencv2/ts.hpp"
#include <opencv2/ts/ts_perf.hpp>
#include <opencv2/core/utility.hpp>

Loading…
Cancel
Save