-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Images are in Spanish...
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# Pix4D-VI-library | ||
A collection of Vegetation Indicies for Pix4D | ||
|
||
A collection of Vegetation Indicies for direct use in Pix4Dmapper. | ||
|
||
This has been developed with the Micasense MX in mind. Contributions are welcome! | ||
|
||
# How to use | ||
In the Index Calculator, go to the Index List: | ||
|
||
![image](https://user-images.githubusercontent.com/1574585/154044051-7c419878-a7d6-434d-95ed-6b0916faccd7.png) | ||
|
||
And you can copy/paste into the list | ||
|
||
![image](https://user-images.githubusercontent.com/1574585/154043962-1081540f-3903-4d5c-a4e5-afcb9106939b.png) | ||
|
||
# List of indices | ||
|
||
| Spectral Index | Acronym | Equation | Pix4D | References | Usage | | ||
|----------------------------------------------|---------|----------|--------------------------------------------------------|-----------------------------------------|-----------| | ||
| Normalized Difference Vegetation Index | NDVI | | (nir - red) / (nir + red) | (Rouse et al., 1974) | Structure | | ||
| Green Normalized Difference Vegetation Index | GNDVI | | (nir - green) / (nir + green) | (Gitelson et al., 1996) | | | ||
| Green Leaf Index | GLI | | ((green - red) + (green - blue))/(2*gree + red + blue) | (Gobron et al., 2000; Hunt et al. 2013) | | | ||
| Visiable Atmospherically Resistance Index | VARI | | (green - red) / (green + red - blue) | (Gitelson et al. 2002) | | | ||
| Triangular Greeness Index | TGI | | green - 0.39 * red - 0.61 * blue | (Hunt et al. 2013) | | |