From 121dec3261fd4a9debfd49fbb3c0d51736f2dfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Tue, 25 Jan 2022 22:00:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b675910..f5040cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Heatmap -This repository implements the concept of a heatmap for video recordings, which highlights the occurences of objects of interests which are moving in a static scene. A scene can be a sportfield, a public place, a shop, a factory or any physical place in this world. Objects can be persons, cars, boxes in a factory, players on a field, or anything else that create differences in a static scene. +This repository implements the concept of a heatmap for video recordings, which highlights the occurences of objects of interests that are moving in a static scene. A scene can be a sportfield, a public place, a shop, a factory or any physical place in this world. Objects can be persons, cars, boxes in a factory, players on a field, or anything else that create differences in a static scene. > A heatmap is a graphical representation of data that uses a system of color-coding to represent different values.