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
c09a3cf0
Commit
c09a3cf0
authored
Oct 17, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12860 from janisozaur:include-guards
parents
842341fc
85b9960f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
old_ml.hpp
apps/traincascade/old_ml.hpp
+3
-3
KAZEConfig.h
modules/features2d/src/kaze/KAZEConfig.h
+2
-2
No files found.
apps/traincascade/old_ml.hpp
View file @
c09a3cf0
...
...
@@ -38,8 +38,8 @@
//
//M*/
#ifndef OPENCV_ML_HPP
#define OPENCV_ML_HPP
#ifndef OPENCV_
OLD_
ML_HPP
#define OPENCV_
OLD_
ML_HPP
#ifdef __cplusplus
# include "opencv2/core.hpp"
...
...
@@ -2037,6 +2037,6 @@ template<> void DefaultDeleter<CvDTreeSplit>::operator ()(CvDTreeSplit* obj) con
}
#endif // __cplusplus
#endif // OPENCV_ML_HPP
#endif // OPENCV_
OLD_
ML_HPP
/* End of file. */
modules/features2d/src/kaze/KAZEConfig.h
View file @
c09a3cf0
...
...
@@ -5,8 +5,8 @@
* @author Pablo F. Alcantarilla
*/
#ifndef __OPENCV_FEATURES_2D_
A
KAZE_CONFIG_H__
#define __OPENCV_FEATURES_2D_
A
KAZE_CONFIG_H__
#ifndef __OPENCV_FEATURES_2D_KAZE_CONFIG_H__
#define __OPENCV_FEATURES_2D_KAZE_CONFIG_H__
// OpenCV Includes
#include "../precomp.hpp"
...
...
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