Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
7f12836d
Commit
7f12836d
authored
Jun 26, 2017
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dnn: fix public headers guards
parent
93729784
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
15 deletions
+15
-15
dnn.hpp
modules/dnn/include/opencv2/dnn.hpp
+3
-3
all_layers.hpp
modules/dnn/include/opencv2/dnn/all_layers.hpp
+2
-2
dict.hpp
modules/dnn/include/opencv2/dnn/dict.hpp
+2
-2
dnn.hpp
modules/dnn/include/opencv2/dnn/dnn.hpp
+2
-2
dnn.inl.hpp
modules/dnn/include/opencv2/dnn/dnn.inl.hpp
+2
-2
layer.hpp
modules/dnn/include/opencv2/dnn/layer.hpp
+2
-2
shape_utils.hpp
modules/dnn/include/opencv2/dnn/shape_utils.hpp
+2
-2
No files found.
modules/dnn/include/opencv2/dnn.hpp
View file @
7f12836d
...
...
@@ -39,8 +39,8 @@
//
//M*/
#ifndef
__OPENCV_DNN_HPP__
#define
__OPENCV_DNN_HPP__
#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
...
...
@@ -61,4 +61,4 @@
*/
#include <opencv2/dnn/dnn.hpp>
#endif
/*
__OPENCV_DNN_HPP__
*/
#endif
/*
OPENCV_DNN_HPP
*/
modules/dnn/include/opencv2/dnn/all_layers.hpp
View file @
7f12836d
...
...
@@ -39,8 +39,8 @@
//
//M*/
#ifndef
__OPENCV_DNN_DNN_ALL_LAYERS_HPP__
#define
__OPENCV_DNN_DNN_ALL_LAYERS_HPP__
#ifndef
OPENCV_DNN_DNN_ALL_LAYERS_HPP
#define
OPENCV_DNN_DNN_ALL_LAYERS_HPP
#include <opencv2/dnn.hpp>
namespace
cv
...
...
modules/dnn/include/opencv2/dnn/dict.hpp
View file @
7f12836d
...
...
@@ -39,8 +39,8 @@
//
//M*/
#ifndef
__OPENCV_DNN_DNN_DICT_HPP__
#define
__OPENCV_DNN_DNN_DICT_HPP__
#ifndef
OPENCV_DNN_DNN_DICT_HPP
#define
OPENCV_DNN_DNN_DICT_HPP
#include <opencv2/core.hpp>
#include <map>
...
...
modules/dnn/include/opencv2/dnn/dnn.hpp
View file @
7f12836d
...
...
@@ -39,8 +39,8 @@
//
//M*/
#ifndef
__OPENCV_DNN_DNN_HPP__
#define
__OPENCV_DNN_DNN_HPP__
#ifndef
OPENCV_DNN_DNN_HPP
#define
OPENCV_DNN_DNN_HPP
#include <vector>
#include <opencv2/core.hpp>
...
...
modules/dnn/include/opencv2/dnn/dnn.inl.hpp
View file @
7f12836d
...
...
@@ -39,8 +39,8 @@
//
//M*/
#ifndef
__OPENCV_DNN_DNN_INL_HPP__
#define
__OPENCV_DNN_DNN_INL_HPP__
#ifndef
OPENCV_DNN_DNN_INL_HPP
#define
OPENCV_DNN_DNN_INL_HPP
#include <opencv2/dnn.hpp>
...
...
modules/dnn/include/opencv2/dnn/layer.hpp
View file @
7f12836d
...
...
@@ -39,8 +39,8 @@
//
//M*/
#ifndef
__OPENCV_DNN_LAYER_HPP__
#define
__OPENCV_DNN_LAYER_HPP__
#ifndef
OPENCV_DNN_LAYER_HPP
#define
OPENCV_DNN_LAYER_HPP
#include <opencv2/dnn.hpp>
namespace
cv
...
...
modules/dnn/include/opencv2/dnn/shape_utils.hpp
View file @
7f12836d
...
...
@@ -39,8 +39,8 @@
//
//M*/
#ifndef
__OPENCV_DNN_DNN_SHAPE_UTILS_HPP__
#define
__OPENCV_DNN_DNN_SHAPE_UTILS_HPP__
#ifndef
OPENCV_DNN_DNN_SHAPE_UTILS_HPP
#define
OPENCV_DNN_DNN_SHAPE_UTILS_HPP
#include <opencv2/core.hpp>
#include <opencv2/core/types_c.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment