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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ Blob tracking via GoCV package
10
10
-[Thanks](#thanks)
11
11
12
12
## About
13
-
This small package implements basics of blob tracking (see ref. https://github.com/MicrocontrollersAndMore/OpenCV_3_Car_Counting_Cpp/blob/master/Blob.cpp)
13
+
This small package implements basics of blob tracking: simple centroid and [Kalman filter](https://en.wikipedia.org/wiki/Kalman_filter)-based tracking
14
+
15
+
There are additional function for checking if blob crossed horizontal (or even oblique) line.
0 commit comments