Change includes

This commit is contained in:
John Zhao
2018-10-27 21:51:44 +08:00
parent 972ab79a76
commit e95a5e6b1d
34 changed files with 62 additions and 72 deletions

View File

@@ -13,15 +13,15 @@
// limitations under the License.
#include "util/cv_painter.h"
#include <opencv2/imgproc/imgproc.hpp>
#include <iomanip>
#include <iostream>
#include <memory>
#include <utility>
#include <opencv2/imgproc/imgproc.hpp>
#include "mynteye/logger.h"
#include "mynteye/utils.h"
#include "mynteye/device/utils.h"
#define FONT_FACE cv::FONT_HERSHEY_PLAIN
#define FONT_SCALE 1

View File

@@ -15,10 +15,10 @@
#define MYNTEYE_TUTORIALS_CV_PAINTER_H_
#pragma once
#include <opencv2/core/core.hpp>
#include <string>
#include <opencv2/core/core.hpp>
#include "mynteye/types.h"
class CVPainter {

View File

@@ -15,12 +15,12 @@
#define MYNTEYE_TUTORIALS_PC_VIEWER_H_
#pragma once
#include <memory>
#include <opencv2/core/core.hpp>
#include <pcl/visualization/pcl_visualizer.h>
#include <memory>
class PCViewer {
public:
PCViewer();