From 29aa01c74fc9b00af00a11c51bb81569d562b790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Thu, 24 Nov 2016 22:11:34 +0100 Subject: [PATCH] typo + added note --- 72_machinery/83_heuristics/2_counter.md | 2 +- 73_addons/4_People_Counting.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/72_machinery/83_heuristics/2_counter.md b/72_machinery/83_heuristics/2_counter.md index 9e49c1f..76afa2a 100644 --- a/72_machinery/83_heuristics/2_counter.md +++ b/72_machinery/83_heuristics/2_counter.md @@ -54,7 +54,7 @@ While calculating the center of masses, the best match is searched for each one. ### Min Area The center of mass is calculated for each segment which has an area which is larger than the minimum area. -e + ### Only true when counted By default the heuristic will only return true when one or more objects are marked as incoming or outgoing. However by unchecking this option you can make the heuristic return true when something changed (same behaviour as the sequence heuristic). The idea is that one wants to track the incoming and outgoing objects, but also want to have images for every change. diff --git a/73_addons/4_People_Counting.md b/73_addons/4_People_Counting.md index 0ae64f1..fabf90e 100644 --- a/73_addons/4_People_Counting.md +++ b/73_addons/4_People_Counting.md @@ -41,6 +41,8 @@ The **Webhook Io device** is used to send the number of incoming and outgoing ob http://localhost:25000 +Please note that if the NodeJS application runs on another machine than on which Kerberos.io is running, you should replace localhost by the ip-address of that remote machine. + ### GUI We will create a simple **nodejs** application using **socket.io** which will listen on port 250000 for **POST** events. When the application receives a **POST** event, it will dynamically increase the incoming and/or outgoing counters. To get started we will clone following repository: