Skip to content

Commit e7537f2

Browse files
authored
Merge pull request #18 from ris3456/master
Implementation of Spectral Modulation Function
2 parents 95afc89 + c81bd41 commit e7537f2

6 files changed

+548
-0
lines changed

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,33 @@ For this study, the Landsat 8 images for the same regions were used for which le
102102

103103
<img src="misc/thresholding_sentinel2A/okeechobee_ndci_t150.png" width="400">
104104

105+
## Spectral Modulation of Multi-Spectral Images
106+
107+
Algorithm for Spectral Modulation:
108+
109+
- Supervised classification is performed for multispectral images.
110+
- Different classes are identified by a modulation function.
111+
- Suppose there are 4 bands- b1,b2,b3,b4 and pattern as (120,110,100,90) then modulation pattern is:'222222' based on (120>110,120>100,120>90,110>100,110>90,100>90)
112+
- '2' represents preceeding band value is greater
113+
- '1' represents succeeding band value is greater
114+
- '0' represents both band values are equal
115+
- Each pixel vector of size 4 is identified in underlying classes since only 4 bands are there in image.
116+
117+
## Results obtained using Spectral Modulation on Landsat 8 dataset
118+
119+
- LS8_TM_swir_water__Chilikha for Chilikha,Orissa
120+
<img src="misc/spectral_modulation_landsat8/LS8_TM_swir_water__Chilikha.PNG" width="400">
121+
122+
- LS8_TM_all_classes__Chilikha for Chilikha, Orissa
123+
<img src="misc/spectral_modulation_landsat8/LS8_TM_all_classes__Chilikha.PNG" width="400">
124+
125+
- LS8_TM_swir_water__Okeechobe for Okeechobe,Florida US
126+
<img src="misc/spectral_modulation_landsat8/LS8_TM_swir_water__Okeechobe.PNG" width="400">
127+
- LS8_TM_all_classes__Okeechobe for Okeechobe, Florida US
128+
<img src="misc/spectral_modulation_landsat8/LS8_TM_all_classes__Okeechobe.PNG" width="400">
129+
130+
131+
105132

106133
## Contribution
107134

0 commit comments

Comments
 (0)