1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00

dnn_objdetect: remove highgui header from core_detect.hpp

This commit is contained in:
berak
2020-04-29 09:19:50 +02:00
parent 4f524db434
commit af9e3a254a

View File

@@ -7,7 +7,6 @@
#include <vector> #include <vector>
#include <memory> #include <memory>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp> #include <opencv2/imgproc.hpp>
/** @defgroup dnn_objdetect DNN used for object detection /** @defgroup dnn_objdetect DNN used for object detection