You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vibe_src/BackgroundSubtract.h
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
#define_BACKGROUND_SUBTRACT_H_
3
3
4
4
#include"defines.h"
5
-
#include"VIBE.h"
5
+
#include"vibe.hpp"
6
6
7
7
classBackgroundSubtract
8
8
{
9
9
public:
10
-
BackgroundSubtract();
10
+
BackgroundSubtract(int channels = 1, int samples = 20, int pixel_neighbor = 1, int distance_threshold = 20, int matching_threshold = 3, int update_factor = 16);
0 commit comments