Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
9401285e
Commit
9401285e
authored
Sep 02, 2014
by
Bence Magyar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unify include guards
parent
a392d11d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
16 deletions
+15
-16
icp.hpp
modules/surface_matching/include/opencv2/icp.hpp
+2
-2
ppf_match_3d.hpp
modules/surface_matching/include/opencv2/ppf_match_3d.hpp
+2
-2
pose_3d.hpp
...ace_matching/include/opencv2/surface_matching/pose_3d.hpp
+2
-2
ppf_helpers.hpp
...matching/include/opencv2/surface_matching/ppf_helpers.hpp
+2
-2
t_hash_int.hpp
..._matching/include/opencv2/surface_matching/t_hash_int.hpp
+2
-2
c_utils.hpp
modules/surface_matching/src/c_utils.hpp
+2
-2
hash_murmur.hpp
modules/surface_matching/src/hash_murmur.hpp
+3
-4
No files found.
modules/surface_matching/include/opencv2/icp.hpp
View file @
9401285e
...
...
@@ -46,8 +46,8 @@
* @author Tolga Birdal
*/
#ifndef __OPENCV_ICP_HPP__
#define __OPENCV_ICP_HPP__
#ifndef __OPENCV_
SURFACE_MATCHING_
ICP_HPP__
#define __OPENCV_
SURFACE_MATCHING_
ICP_HPP__
#include <opencv2/core.hpp>
...
...
modules/surface_matching/include/opencv2/ppf_match_3d.hpp
View file @
9401285e
...
...
@@ -52,8 +52,8 @@ IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVP
// Author: Tolga Birdal <tbirdal AT gmail.com>
#ifndef __OPENCV_
OBJDETECT_PPF
_3D_HPP__
#define __OPENCV_
OBJDETECT_PPF
_3D_HPP__
#ifndef __OPENCV_
SURFACE_MATCHING_PPF_MATCH
_3D_HPP__
#define __OPENCV_
SURFACE_MATCHING_PPF_MATCH
_3D_HPP__
#include <opencv2/core.hpp>
...
...
modules/surface_matching/include/opencv2/surface_matching/pose_3d.hpp
View file @
9401285e
...
...
@@ -38,8 +38,8 @@
//
// Author: Tolga Birdal <tbirdal AT gmail.com>
#ifndef _
OPENCV_POSE3D_HPP
_
#define _
OPENCV_POSE3D_HPP
_
#ifndef _
_OPENCV_SURFACE_MATCHING_POSE3D_HPP_
_
#define _
_OPENCV_SURFACE_MATCHING_POSE3D_HPP_
_
#include <vector>
#include <string>
...
...
modules/surface_matching/include/opencv2/surface_matching/ppf_helpers.hpp
View file @
9401285e
...
...
@@ -38,8 +38,8 @@
//
// Author: Tolga Birdal <tbirdal AT gmail.com>
#ifndef __OPENCV_
PPF_3D
_HELPERS_HPP__
#define __OPENCV_
PPF_3D
_HELPERS_HPP__
#ifndef __OPENCV_
SURFACE_MATCHING
_HELPERS_HPP__
#define __OPENCV_
SURFACE_MATCHING
_HELPERS_HPP__
#include <opencv2/core.hpp>
...
...
modules/surface_matching/include/opencv2/surface_matching/t_hash_int.hpp
View file @
9401285e
...
...
@@ -38,8 +38,8 @@
//
// Author: Tolga Birdal <tbirdal AT gmail.com>
#ifndef __OPENCV_T_HASH_INT_HPP__
#define __OPENCV_T_HASH_INT_HPP__
#ifndef __OPENCV_
SURFACE_MATCHING_
T_HASH_INT_HPP__
#define __OPENCV_
SURFACE_MATCHING_
T_HASH_INT_HPP__
#include <stdio.h>
#include <stdlib.h>
...
...
modules/surface_matching/src/c_utils.hpp
View file @
9401285e
...
...
@@ -38,8 +38,8 @@
//
// Author: Tolga Birdal <tbirdal AT gmail.com>
#ifndef __OPENCV_
PPF
_UTILS_HPP_
#define __OPENCV_
PPF
_UTILS_HPP_
#ifndef __OPENCV_
SURFACE_MATCHING
_UTILS_HPP_
#define __OPENCV_
SURFACE_MATCHING
_UTILS_HPP_
#include <cmath>
#include <cstdio>
...
...
modules/surface_matching/src/hash_murmur.hpp
View file @
9401285e
...
...
@@ -38,8 +38,8 @@
//
// Author: Tolga Birdal <tbirdal AT gmail.com>
#ifndef __OPENCV_HASH_MURMUR_HPP_
#define __OPENCV_HASH_MURMUR_HPP_
#ifndef __OPENCV_
SURFACE_MATCHING_
HASH_MURMUR_HPP_
#define __OPENCV_
SURFACE_MATCHING_
HASH_MURMUR_HPP_
namespace
cv
{
...
...
@@ -81,4 +81,4 @@ inline static long long ROTL64 ( long long x, int8_t r )
}
#endif
\ No newline at end of file
#endif
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