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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user