fixed relative path for stitching/details headers
authorAnatoly Baksheev <no@email>
Thu, 7 Jun 2012 13:42:59 +0000 (13:42 +0000)
committerAnatoly Baksheev <no@email>
Thu, 7 Jun 2012 13:42:59 +0000 (13:42 +0000)
modules/stitching/include/opencv2/stitching/stitcher.hpp
modules/stitching/include/opencv2/stitching/warpers.hpp

index 352f238..aab2cca 100644 (file)
 
 #include "opencv2/core/core.hpp"
 #include "opencv2/features2d/features2d.hpp"
-#include "warpers.hpp"
-#include "detail/matchers.hpp"
-#include "detail/motion_estimators.hpp"
-#include "detail/exposure_compensate.hpp"
-#include "detail/seam_finders.hpp"
-#include "detail/blenders.hpp"
-#include "detail/camera.hpp"
+#include "opencv2/stitching/warpers.hpp"
+#include "opencv2/stitching/detail/matchers.hpp"
+#include "opencv2/stitching/detail/motion_estimators.hpp"
+#include "opencv2/stitching/detail/exposure_compensate.hpp"
+#include "opencv2/stitching/detail/seam_finders.hpp"
+#include "opencv2/stitching/detail/blenders.hpp"
+#include "opencv2/stitching/detail/camera.hpp"
 
 namespace cv {
 
index 4c5cd59..d260a30 100644 (file)
@@ -43,7 +43,7 @@
 #ifndef __OPENCV_STITCHING_WARPER_CREATORS_HPP__
 #define __OPENCV_STITCHING_WARPER_CREATORS_HPP__
 
-#include "detail/warpers.hpp"
+#include "opencv2/stitching/detail/warpers.hpp"
 
 namespace cv {