Commit 390c3f97 authored by remi cresson's avatar remi cresson
Browse files

DOC: add some text

parent d960fd01
No related merge requests found
Showing with 1 addition and 8 deletions
+1 -8
Summary Summary
======= =======
This module provides one application dedicated to clear cuts detection This module provides classes dedicated to help time series processing.
Clear cuts detection
----------------------------
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).
Licence Licence
======= =======
......
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