mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
Merge branch '2.0' into develop
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user