heatmap/README.md

15 lines
239 B
Markdown
Raw Normal View History

2022-01-25 21:36:23 +08:00
# Heatmap
## Description
Using video recordings from a paddel playingfield we are trying to map the locations players have walked.
## Instalation
|python 3.8|
|OpenCV|
|datetime|
|numpy|
|collections - Defaultdict|
|pandas|
|imutils|