Commit ca2474be authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixing rgbd samples

parent 8d578e43
......@@ -36,7 +36,6 @@
#include <opencv2/rgbd.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/contrib.hpp>
#include <opencv2/calib3d.hpp>
#include <opencv2/imgproc.hpp>
......@@ -45,6 +44,7 @@
using namespace std;
using namespace cv;
using namespace cv::rgbd;
#define BILATERAL_FILTER 0// if 1 then bilateral filter will be used for the depth
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment