We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d1035 commit 9bb93d5Copy full SHA for 9bb93d5
drv_track_kcf/src/utilities.h
@@ -8,8 +8,8 @@ const int FRAME_WIDTH = 640;
8
const int FRAME_HEIGHT = 480;
9
10
// Minimum and maximum object area
11
-const int MIN_OBJECT_AREA = 400;
12
-const int MAX_OBJECT_AREA = 160000;
+const int MIN_OBJECT_AREA = 200;
+const int MAX_OBJECT_AREA = 200000;
13
const float COLOR_DIFF = 10;
14
15
class Utilities
0 commit comments