#include #include "o3d3xx_camera.h" #include "o3d3xx_framegrabber.h" #include "o3d3xx_image.h" #include "avansvisionlib.h" using namespace cv; using namespace std; class DepthDetector { public: DepthDetector(); vector getPositions(); private: vector positions; };