typo + added note

This commit is contained in:
Cédric Verstraeten
2016-11-24 22:11:34 +01:00
parent 3dbc2dff1a
commit 29aa01c74f
2 changed files with 3 additions and 1 deletions

View File

@@ -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.

View File

@@ -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: