mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Fixed identifiers warns
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_SHAPE_HPP__
|
||||
#define __OPENCV_SHAPE_HPP__
|
||||
#ifndef OPENCV_SHAPE_HPP
|
||||
#define OPENCV_SHAPE_HPP
|
||||
|
||||
#include "opencv2/shape/emdL1.hpp"
|
||||
#include "opencv2/shape/shape_transformer.hpp"
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_EMD_L1_HPP__
|
||||
#define __OPENCV_EMD_L1_HPP__
|
||||
#ifndef OPENCV_EMD_L1_HPP
|
||||
#define OPENCV_EMD_L1_HPP
|
||||
|
||||
#include "opencv2/core.hpp"
|
||||
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_HIST_COST_HPP__
|
||||
#define __OPENCV_HIST_COST_HPP__
|
||||
#ifndef OPENCV_HIST_COST_HPP
|
||||
#define OPENCV_HIST_COST_HPP
|
||||
|
||||
#include "opencv2/imgproc.hpp"
|
||||
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_SHAPE_SHAPE_DISTANCE_HPP__
|
||||
#define __OPENCV_SHAPE_SHAPE_DISTANCE_HPP__
|
||||
#ifndef OPENCV_SHAPE_SHAPE_DISTANCE_HPP
|
||||
#define OPENCV_SHAPE_SHAPE_DISTANCE_HPP
|
||||
#include "opencv2/core.hpp"
|
||||
#include "opencv2/shape/hist_cost.hpp"
|
||||
#include "opencv2/shape/shape_transformer.hpp"
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_SHAPE_SHAPE_TRANSFORM_HPP__
|
||||
#define __OPENCV_SHAPE_SHAPE_TRANSFORM_HPP__
|
||||
#ifndef OPENCV_SHAPE_SHAPE_TRANSFORM_HPP
|
||||
#define OPENCV_SHAPE_SHAPE_TRANSFORM_HPP
|
||||
#include <vector>
|
||||
#include "opencv2/core.hpp"
|
||||
#include "opencv2/imgproc.hpp"
|
||||
|
||||
Reference in New Issue
Block a user