1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

reverted revision 7676 (#1725)

This commit is contained in:
Alexander Mordvintsev
2012-03-28 09:44:54 +00:00
parent 9c12cc6b03
commit 6848c6d69a
4 changed files with 8 additions and 13 deletions
-2
View File
@@ -20,11 +20,9 @@
#include "opencv2/photo/photo.hpp"
#include "opencv2/nonfree/nonfree.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/stitching/stitcher.hpp"
using cv::flann::IndexParams;
using cv::flann::SearchParams;
using cv::detail::GraphCutSeamFinder;
static PyObject* opencv_error = 0;
+1 -2
View File
@@ -11,8 +11,7 @@ opencv_hdr_list = [
"../../video/include/opencv2/video/tracking.hpp",
"../../video/include/opencv2/video/background_segm.hpp",
"../../objdetect/include/opencv2/objdetect/objdetect.hpp",
"../../highgui/include/opencv2/highgui/highgui.hpp",
"../../stitching/include/opencv2/stitching/detail/seam_finders.hpp"
"../../highgui/include/opencv2/highgui/highgui.hpp"
]
"""