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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user