Skip to content

Commit

Permalink
fix: use the right include
Browse files Browse the repository at this point in the history
  • Loading branch information
alvgaona committed Dec 27, 2024
1 parent 175cbf4 commit 6311176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/ekf-mono-slam/include/feature/feature_detector.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#pragma once

#include <opencv2/core/types.hpp>
#include <opencv2/features2d.hpp>

#include "descriptor_extractor_type.h"
#include "detector_type.h"
#include "image_feature_measurement.h"
#include "image_feature_prediction.h"
#include "opencv2/core/types.hpp"
#include "opencv2/features2d.hpp"
#include "zone.h"

class FeatureDetector final {
Expand Down
3 changes: 1 addition & 2 deletions src/ekf-mono-slam/include/feature/image_feature.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#pragma once

#include <cstdint>

#include "opencv2/opencv.hpp"
#include <opencv2/opencv.hpp>

class ImageFeature {
public:
Expand Down

0 comments on commit 6311176

Please sign in to comment.