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
281b9538
Commit
281b9538
authored
Sep 12, 2011
by
Marius Muja
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing include defines
parent
d77cf388
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
17 deletions
+17
-17
flann_base.hpp
modules/flann/include/opencv2/flann/flann_base.hpp
+3
-3
logger.h
modules/flann/include/opencv2/flann/logger.h
+3
-3
nn_index.h
modules/flann/include/opencv2/flann/nn_index.h
+3
-3
random.h
modules/flann/include/opencv2/flann/random.h
+3
-3
result_set.h
modules/flann/include/opencv2/flann/result_set.h
+3
-3
timer.h
modules/flann/include/opencv2/flann/timer.h
+2
-2
No files found.
modules/flann/include/opencv2/flann/flann_base.hpp
View file @
281b9538
...
...
@@ -28,8 +28,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*************************************************************************/
#ifndef FLANN_BASE_HPP_
#define FLANN_BASE_HPP_
#ifndef
OPENCV_
FLANN_BASE_HPP_
#define
OPENCV_
FLANN_BASE_HPP_
#include <vector>
#include <string>
...
...
@@ -288,4 +288,4 @@ int hierarchicalClustering(const Matrix<typename Distance::ElementType>& points,
}
}
#endif
/* FLANN_BASE_HPP_ */
#endif
/*
OPENCV_
FLANN_BASE_HPP_ */
modules/flann/include/opencv2/flann/logger.h
View file @
281b9538
...
...
@@ -28,8 +28,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*************************************************************************/
#ifndef FLANN_LOGGER_H
#define FLANN_LOGGER_H
#ifndef
OPENCV_
FLANN_LOGGER_H
#define
OPENCV_
FLANN_LOGGER_H
#include <stdio.h>
#include <stdarg.h>
...
...
@@ -127,4 +127,4 @@ private:
}
#endif //FLANN_LOGGER_H
#endif //
OPENCV_
FLANN_LOGGER_H
modules/flann/include/opencv2/flann/nn_index.h
View file @
281b9538
...
...
@@ -28,8 +28,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*************************************************************************/
#ifndef FLANN_NNINDEX_H
#define FLANN_NNINDEX_H
#ifndef
OPENCV_
FLANN_NNINDEX_H
#define
OPENCV_
FLANN_NNINDEX_H
#include <string>
...
...
@@ -176,4 +176,4 @@ public:
}
#endif //FLANN_NNINDEX_H
#endif //
OPENCV_
FLANN_NNINDEX_H
modules/flann/include/opencv2/flann/random.h
View file @
281b9538
...
...
@@ -28,8 +28,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*************************************************************************/
#ifndef FLANN_RANDOM_H
#define FLANN_RANDOM_H
#ifndef
OPENCV_
FLANN_RANDOM_H
#define
OPENCV_
FLANN_RANDOM_H
#include <algorithm>
#include <cstdlib>
...
...
@@ -130,6 +130,6 @@ public:
}
#endif //FLANN_RANDOM_H
#endif //
OPENCV_
FLANN_RANDOM_H
modules/flann/include/opencv2/flann/result_set.h
View file @
281b9538
...
...
@@ -28,8 +28,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*************************************************************************/
#ifndef FLANN_RESULTSET_H
#define FLANN_RESULTSET_H
#ifndef
OPENCV_
FLANN_RESULTSET_H
#define
OPENCV_
FLANN_RESULTSET_H
#include <algorithm>
#include <cstring>
...
...
@@ -539,5 +539,5 @@ private:
};
}
#endif //FLANN_RESULTSET_H
#endif //
OPENCV_
FLANN_RESULTSET_H
modules/flann/include/opencv2/flann/timer.h
View file @
281b9538
...
...
@@ -28,8 +28,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*************************************************************************/
#ifndef FLANN_TIMER_H
#define FLANN_TIMER_H
#ifndef
OPENCV_
FLANN_TIMER_H
#define
OPENCV_
FLANN_TIMER_H
#include <time.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