#ifndef __OPENCV_DNN_HPP__ #define __OPENCV_DNN_HPP__ // This is an umbrealla header to include into you project. // We are free to change headers layout in dnn subfolder, so please include // this header for future compartibility /** @defgroup dnn Deep Neural Network module @{ This module contain tools to load artifical neural network models and to make forward test passes. @} */ #include #endif /* __OPENCV_DNN_HPP__ */