File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
modules/dnn/include/opencv2 Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 39
39
//
40
40
//M*/
41
41
42
- #ifndef __OPENCV_DNN_HPP__
43
- #define __OPENCV_DNN_HPP__
42
+ #ifndef OPENCV_DNN_HPP
43
+ #define OPENCV_DNN_HPP
44
44
45
45
// This is an umbrealla header to include into you project.
46
46
// We are free to change headers layout in dnn subfolder, so please include
61
61
*/
62
62
#include < opencv2/dnn/dnn.hpp>
63
63
64
- #endif /* __OPENCV_DNN_HPP__ */
64
+ #endif /* OPENCV_DNN_HPP */
Original file line number Diff line number Diff line change 39
39
//
40
40
//M*/
41
41
42
- #ifndef __OPENCV_DNN_DNN_ALL_LAYERS_HPP__
43
- #define __OPENCV_DNN_DNN_ALL_LAYERS_HPP__
42
+ #ifndef OPENCV_DNN_DNN_ALL_LAYERS_HPP
43
+ #define OPENCV_DNN_DNN_ALL_LAYERS_HPP
44
44
#include < opencv2/dnn.hpp>
45
45
46
46
namespace cv
Original file line number Diff line number Diff line change 39
39
//
40
40
//M*/
41
41
42
- #ifndef __OPENCV_DNN_DNN_DICT_HPP__
43
- #define __OPENCV_DNN_DNN_DICT_HPP__
42
+ #ifndef OPENCV_DNN_DNN_DICT_HPP
43
+ #define OPENCV_DNN_DNN_DICT_HPP
44
44
45
45
#include < opencv2/core.hpp>
46
46
#include < map>
Original file line number Diff line number Diff line change 39
39
//
40
40
//M*/
41
41
42
- #ifndef __OPENCV_DNN_DNN_HPP__
43
- #define __OPENCV_DNN_DNN_HPP__
42
+ #ifndef OPENCV_DNN_DNN_HPP
43
+ #define OPENCV_DNN_DNN_HPP
44
44
45
45
#include < vector>
46
46
#include < opencv2/core.hpp>
Original file line number Diff line number Diff line change 39
39
//
40
40
//M*/
41
41
42
- #ifndef __OPENCV_DNN_DNN_INL_HPP__
43
- #define __OPENCV_DNN_DNN_INL_HPP__
42
+ #ifndef OPENCV_DNN_DNN_INL_HPP
43
+ #define OPENCV_DNN_DNN_INL_HPP
44
44
45
45
#include < opencv2/dnn.hpp>
46
46
Original file line number Diff line number Diff line change 39
39
//
40
40
//M*/
41
41
42
- #ifndef __OPENCV_DNN_LAYER_HPP__
43
- #define __OPENCV_DNN_LAYER_HPP__
42
+ #ifndef OPENCV_DNN_LAYER_HPP
43
+ #define OPENCV_DNN_LAYER_HPP
44
44
#include < opencv2/dnn.hpp>
45
45
46
46
namespace cv
Original file line number Diff line number Diff line change 39
39
//
40
40
//M*/
41
41
42
- #ifndef __OPENCV_DNN_DNN_SHAPE_UTILS_HPP__
43
- #define __OPENCV_DNN_DNN_SHAPE_UTILS_HPP__
42
+ #ifndef OPENCV_DNN_DNN_SHAPE_UTILS_HPP
43
+ #define OPENCV_DNN_DNN_SHAPE_UTILS_HPP
44
44
45
45
#include < opencv2/core.hpp>
46
46
#include < opencv2/core/types_c.h>
You can’t perform that action at this time.
0 commit comments