From 1eacce4699345b345fd968101972d86582dbd152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Thu, 7 Mar 2024 22:42:01 -0600 Subject: [PATCH] Minor changes on README file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf9147..95eedce 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $$ featureVector = (skyIdxArea, greenIdx, blueIdx) $$ Where each feature is defined down bellow: -* **skyIdxArea:** Compound and area bounded index that measures the sky level in the picture. This feature combines a blue mask (_RGB_ color profile) with a brightness (_HSV_ color profile) mask to discriminate sky color within a limited zone. +* **skyIdxArea:** Compound and area bounded index that measures the sky level in the picture. This feature combines a blue mask (_RGB_ color profile) with a brightness mask (_HSV_ color profile) to discriminate sky color within a limited zone. * **greenIdx:** Index that measures the nature level in the picture. This feature is uses a green mask (_RGB_ color profile) to discriminate vegetation. * **blueIdx:** Index that measures the urban buildings level in the picture. This feature is uses a blue mask (_RGB_ color profile) to discriminate urban facades.