mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 19:24:07 +08:00
dnn: fix public headers guards
This commit is contained in:
parent
93729784bb
commit
7f12836df9
@ -39,8 +39,8 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#ifndef __OPENCV_DNN_HPP__
|
#ifndef OPENCV_DNN_HPP
|
||||||
#define __OPENCV_DNN_HPP__
|
#define OPENCV_DNN_HPP
|
||||||
|
|
||||||
// This is an umbrealla header to include into you project.
|
// This is an umbrealla header to include into you project.
|
||||||
// We are free to change headers layout in dnn subfolder, so please include
|
// We are free to change headers layout in dnn subfolder, so please include
|
||||||
@ -61,4 +61,4 @@
|
|||||||
*/
|
*/
|
||||||
#include <opencv2/dnn/dnn.hpp>
|
#include <opencv2/dnn/dnn.hpp>
|
||||||
|
|
||||||
#endif /* __OPENCV_DNN_HPP__ */
|
#endif /* OPENCV_DNN_HPP */
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#ifndef __OPENCV_DNN_DNN_ALL_LAYERS_HPP__
|
#ifndef OPENCV_DNN_DNN_ALL_LAYERS_HPP
|
||||||
#define __OPENCV_DNN_DNN_ALL_LAYERS_HPP__
|
#define OPENCV_DNN_DNN_ALL_LAYERS_HPP
|
||||||
#include <opencv2/dnn.hpp>
|
#include <opencv2/dnn.hpp>
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#ifndef __OPENCV_DNN_DNN_DICT_HPP__
|
#ifndef OPENCV_DNN_DNN_DICT_HPP
|
||||||
#define __OPENCV_DNN_DNN_DICT_HPP__
|
#define OPENCV_DNN_DNN_DICT_HPP
|
||||||
|
|
||||||
#include <opencv2/core.hpp>
|
#include <opencv2/core.hpp>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#ifndef __OPENCV_DNN_DNN_HPP__
|
#ifndef OPENCV_DNN_DNN_HPP
|
||||||
#define __OPENCV_DNN_DNN_HPP__
|
#define OPENCV_DNN_DNN_HPP
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <opencv2/core.hpp>
|
#include <opencv2/core.hpp>
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#ifndef __OPENCV_DNN_DNN_INL_HPP__
|
#ifndef OPENCV_DNN_DNN_INL_HPP
|
||||||
#define __OPENCV_DNN_DNN_INL_HPP__
|
#define OPENCV_DNN_DNN_INL_HPP
|
||||||
|
|
||||||
#include <opencv2/dnn.hpp>
|
#include <opencv2/dnn.hpp>
|
||||||
|
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#ifndef __OPENCV_DNN_LAYER_HPP__
|
#ifndef OPENCV_DNN_LAYER_HPP
|
||||||
#define __OPENCV_DNN_LAYER_HPP__
|
#define OPENCV_DNN_LAYER_HPP
|
||||||
#include <opencv2/dnn.hpp>
|
#include <opencv2/dnn.hpp>
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#ifndef __OPENCV_DNN_DNN_SHAPE_UTILS_HPP__
|
#ifndef OPENCV_DNN_DNN_SHAPE_UTILS_HPP
|
||||||
#define __OPENCV_DNN_DNN_SHAPE_UTILS_HPP__
|
#define OPENCV_DNN_DNN_SHAPE_UTILS_HPP
|
||||||
|
|
||||||
#include <opencv2/core.hpp>
|
#include <opencv2/core.hpp>
|
||||||
#include <opencv2/core/types_c.h>
|
#include <opencv2/core/types_c.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user