From 81c6dea45ebeecc420344a4e59e73e8617922c70 Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Mon, 27 Feb 2017 15:00:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f9088..e81d9a5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This module provides one application dedicated to clear cuts detection Clear cuts detection ---------------------------- -This application implements the clear cuts detection pipeline, developed by IRSTEA (Kenji Ose, Michel Deshayes) +This application implements the clear cuts detection pipeline, developed by IRSTEA (Kenji Ose, Michel Deshayes, Rémi Cresson) ###Method### From a pair of images, (each one aquired at a different date), and an optional forest mask, dNDVI (the difference of the normalized difference vegetation index) is computed. Then, mean and standard deviation are both computed from this resulting image. The last step is the multiple thresholding of dNDVI (based on mean and standard deviation) in order to produce a map of detected clear cuts confidence. The actual values can be 0,1,2 or 3 (A value equals to 3 beeing the most high NDVI difference range, i.e. the most realistic clear cut detection). -- GitLab