Commit e479a9f6 authored by Andrey Kamaev's avatar Andrey Kamaev

Removed unneded dependency between objdetect and calib3d

parent 22630ff8
set(the_description "Object Detection") set(the_description "Object Detection")
ocv_define_module(objdetect opencv_calib3d OPTIONAL opencv_highgui) ocv_define_module(objdetect OPTIONAL opencv_highgui)
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#define __OPENCV_OBJDETECT_HPP__ #define __OPENCV_OBJDETECT_HPP__
#include "opencv2/core/core.hpp" #include "opencv2/core/core.hpp"
#include "opencv2/features2d/features2d.hpp"
#ifdef __cplusplus #ifdef __cplusplus
#include <map> #include <map>
......
...@@ -56,8 +56,6 @@ ...@@ -56,8 +56,6 @@
#include "opencv2/imgproc/imgproc_c.h" #include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/core/core_c.h" #include "opencv2/core/core_c.h"
#include "opencv2/core/internal.hpp" #include "opencv2/core/internal.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/opencv_modules.hpp" #include "opencv2/opencv_modules.hpp"
#ifdef HAVE_OPENCV_HIGHGUI #ifdef HAVE_OPENCV_HIGHGUI
......
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