Commit 9401285e authored by Bence Magyar's avatar Bence Magyar

Unify include guards

parent a392d11d
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment