整理代码

This commit is contained in:
xinyang
2019-08-14 12:55:29 +08:00
parent 1fc9678177
commit 42943ff1e6
2 changed files with 4 additions and 9 deletions

View File

@@ -1,11 +1,9 @@
//
// Created by zhikun on 18-11-7.
// used for testing double cameras
// camera0 is left camera, camera1 is right camera.
//
#ifndef VIDEO_TEST1_CAMERA_WRAPPER_H
#define VIDEO_TEST1_CAMERA_WRAPPER_H
#ifndef _CAMERA_WRAPPER_H_
#define _CAMERA_WRAPPER_H_
#include <additions.h>
#include <opencv2/core/core.hpp>
@@ -54,4 +52,4 @@ public:
};
#endif //VIDEO_TEST1_CAMERA_WRAPPER_H
#endif /* _CAMERA_WRAPPER_H_ */