need to accept confidence >0 after all
[201903hackathon.git] / cpp / sampleOpenCV / sampleOpenCV.cpp
index 0968319..ca4c208 100644 (file)
@@ -49,7 +49,7 @@ class MyListener : public IDepthDataListener
 
     bool normblurImage = true;
 
-    const uint8_t confidence_threshold_ = 5;
+    const uint8_t confidence_threshold_ = 0;
 
 public :