Commit 81c6dea4 authored by Cresson Remi's avatar Cresson Remi
Browse files

Update README.md

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -5,7 +5,7 @@ This module provides one application dedicated to clear cuts detection ...@@ -5,7 +5,7 @@ This module provides one application dedicated to clear cuts detection
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### ###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). 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).
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment