-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Florian Beyer
committed
Jul 7, 2020
1 parent
6562b9d
commit 6240ad6
Showing
2 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,4 +1,15 @@ | ||
# SpectralIndices | ||
Calculating Spectral Indices from a 4 bands multispectral Sensor (Parrot Sequoia) | ||
# Indizes | ||
|
||
### This script calculates 89 indicies | ||
### and calculates/visualizes the correlation beween the indices | ||
|
||
Calculating Spectral Indices from a 3 bands true color (RGB) Sensor (SenseFly S.O.D.A.) | ||
#### Indicies: | ||
- 68 multispectral indices | ||
- 6 rgb indices | ||
- 9 texture indices | ||
- (6 relief indices -> externally created) | ||
|
||
|
||
#### Used sensors: | ||
- multispectral sensor: parrot sequoia (4 bands green/red/red edge/ nir) | ||
- RGB sensor |