1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00

Unify include guards

This commit is contained in:
Bence Magyar
2014-09-02 11:47:55 +02:00
parent a392d11d36
commit 9401285e12
7 changed files with 15 additions and 15 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>