1
0
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:
sourin
2016-09-30 15:16:29 +05:30
parent d06bdd5bf6
commit a34fbf7bb1
273 changed files with 657 additions and 657 deletions
+3 -3
View File
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_VIDEO_HPP__
#define __OPENCV_VIDEO_HPP__
#ifndef OPENCV_VIDEO_HPP
#define OPENCV_VIDEO_HPP
/**
@defgroup video Video Analysis
@@ -60,4 +60,4 @@
#include "opencv2/video/tracking_c.h"
#endif
#endif //__OPENCV_VIDEO_HPP__
#endif //OPENCV_VIDEO_HPP
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_BACKGROUND_SEGM_HPP__
#define __OPENCV_BACKGROUND_SEGM_HPP__
#ifndef OPENCV_BACKGROUND_SEGM_HPP
#define OPENCV_BACKGROUND_SEGM_HPP
#include "opencv2/core.hpp"
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_TRACKING_HPP__
#define __OPENCV_TRACKING_HPP__
#ifndef OPENCV_TRACKING_HPP
#define OPENCV_TRACKING_HPP
#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_TRACKING_C_H__
#define __OPENCV_TRACKING_C_H__
#ifndef OPENCV_TRACKING_C_H
#define OPENCV_TRACKING_C_H
#include "opencv2/imgproc/types_c.h"
@@ -229,4 +229,4 @@ CVAPI(const CvMat*) cvKalmanCorrect( CvKalman* kalman, const CvMat* measurement
#endif
#endif // __OPENCV_TRACKING_C_H__
#endif // OPENCV_TRACKING_C_H