Skip to content
Snippets Groups Projects
Commit ac5b7be5 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

includes

parent a38fc4b5
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!28Resolve "Building a new visual odometry system"
......@@ -32,11 +32,11 @@
#define ACTIVESEARCH_H_
// Wolf includes
#include "wolf.h"
#include <core/common/wolf.h>
//OpenCV includes
#include <opencv2/core/core.hpp>
#include "opencv2/features2d/features2d.hpp"
#include <opencv2/features2d/features2d.hpp>
namespace wolf{
......
......@@ -25,7 +25,7 @@
* \author jsola, dinesh
*/
#include "active_search.h"
#include "vision/processor/active_search.h"
#include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment