From cc38c2024c4daf4bc33621a209425267773cf120 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez <shernand@iri.upc.edu> Date: Wed, 13 Jun 2018 18:07:29 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 910eab3..3480e39 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,11 @@ appear as black regions, being the background white. parameters. The information provided for each blob is: **id** (string): the identifier of each blob is build from the color_id parameter and the index of the blob. + **center_x** (unsigned int): position in pixels of the center of the blob in the image (x axis). + **center_y** (unsigned int): position in pixels of the center of the blob in the image (y axis). + **size** (float): Size of the blob in pixels. ## parameters -- GitLab