We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bfc4a commit 2fc2a1aCopy full SHA for 2fc2a1a
1 file changed
example/examples.h
@@ -56,9 +56,9 @@ class MotionDetectorExample : public VideoExample
56
settings.m_matchType = tracking::MatchHungrian;
57
settings.m_dt = 0.4f; // Delta time for Kalman filter
58
settings.m_accelNoiseMag = 0.5f; // Accel noise magnitude for Kalman filter
59
- settings.m_distThres = frame.rows / 20.f; // Distance threshold between region and object on two frames
+ settings.m_distThres = frame.rows / 10.f; // Distance threshold between region and object on two frames
60
61
- settings.m_useAbandonedDetection = true;
+ settings.m_useAbandonedDetection = false;
62
if (settings.m_useAbandonedDetection)
63
{
64
settings.m_minStaticTime = minStaticTime;
0 commit comments