mirror of
https://github.com/hybridgroup/gocv
synced 2025-08-25 08:41:04 +08:00
fix: correct ifndef for wrappers to avoid include conflcts
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _OPENCV3_VIDEO_H_
|
#ifndef _OPENCV3_BGSEGM_H_
|
||||||
#define _OPENCV3_VIDEO_H_
|
#define _OPENCV3_BGSEGM_H_
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#include <opencv2/opencv.hpp>
|
#include <opencv2/opencv.hpp>
|
||||||
@@ -23,4 +23,4 @@ void BackgroundSubtractorCNT_Apply(BackgroundSubtractorCNT b, Mat src, Mat dst);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //_OPENCV3_VIDEO_H_
|
#endif //_OPENCV3_BGSEGM_H_
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _OPENCV3_OBJDETECT_H_
|
#ifndef _OPENCV3_PERSISTENCE_H_
|
||||||
#define _OPENCV3_OBJDETECT_H_
|
#define _OPENCV3_PERSISTENCE_H_
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
@@ -74,4 +74,4 @@ void FileNode_Close(FileNode fn);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //_OPENCV3_OBJDETECT_H_
|
#endif //_OPENCV3_PERSISTENCE_H_
|
||||||
|
Reference in New Issue
Block a user