cloud cover by kmeans

This commit is contained in:
nuknal
2024-11-11 17:16:50 +08:00
parent 921ca0b049
commit b5430d9035
2 changed files with 156 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ const (
GDALPansharpen
IHS
GIHS
WeightR = 1
WeightG = 0.75
WeightB = 0.55
WeightNIR = 0.85
)
func Pansharpen(panTif, mssTif, fusTif string, method PansharpenMethod, weight float32) error {