Skip to content

Commit daa8d44

Browse files
authored
Update README.md
1 parent 2a12500 commit daa8d44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Blob tracking via GoCV package
1010
- [Thanks](#thanks)
1111

1212
## 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.
1416

1517
## Installation
1618

0 commit comments

Comments
 (0)