mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Made dependency of features2d and calib3d from highgui optional
This commit is contained in:
@@ -44,7 +44,12 @@
|
||||
//#define DEBUG_CIRCLES
|
||||
|
||||
#ifdef DEBUG_CIRCLES
|
||||
#include "opencv2/highgui/highgui.hpp"
|
||||
# include "opencv2/opencv_modules.hpp"
|
||||
# ifdef HAVE_OPENCV_HIGHGUI
|
||||
# include "opencv2/highgui/highgui.hpp"
|
||||
# else
|
||||
# undef DEBUG_CIRCLES
|
||||
# endif
|
||||
#endif
|
||||
|
||||
using namespace cv;
|
||||
|
||||
Reference in New Issue
Block a user