mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
add missing DNN header to opencv2/opencv.hpp
This commit is contained in:
parent
cff79609c8
commit
945ad277ea
@ -58,6 +58,9 @@
|
||||
#ifdef HAVE_OPENCV_FEATURES2D
|
||||
#include "opencv2/features2d.hpp"
|
||||
#endif
|
||||
#ifdef HAVE_OPENCV_DNN
|
||||
#include "opencv2/dnn.hpp"
|
||||
#endif
|
||||
#ifdef HAVE_OPENCV_FLANN
|
||||
#include "opencv2/flann.hpp"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user