need to accept confidence >0 after all
authorBernhard Tittelbach <bernhard@tittelbach.org>
Tue, 26 Mar 2019 02:28:16 +0000 (03:28 +0100)
committerBernhard Tittelbach <bernhard@tittelbach.org>
Tue, 26 Mar 2019 02:28:16 +0000 (03:28 +0100)
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 :