Hi,
I write a code for moving objects detection, but now i want to count in/out objects. Now i can count olny how many objects cross the line. What is the best way to do that?
For detection I use frames substraction (first frame with current frame).
| 1 | initial version |
Hi,
I write a code for moving objects detection, but now i want to count in/out objects. Now i can count olny how many objects cross the line. What is the best way to do that?
For detection I use frames substraction (first frame with current frame).
| 2 | No.2 Revision |
Hi,
I write am writing a code for moving objects detection, but now i want to count in/out objects. Now i can count olny how many objects cross the line. What is the best way to do that?
For detection I use frames substraction (first frame with current frame).