do not use IHS

This commit is contained in:
nuknal
2024-05-28 15:15:53 +08:00
parent 538fb71110
commit 5eb5ae6a72
12 changed files with 346 additions and 46 deletions

View File

@@ -139,7 +139,7 @@ func SaveBGRToGDALGTiff(bgr gocv.Mat, bands int, resolution float64, tiffFile st
}
}
log.Info("Saved registered mss to ", tiffFile)
log.Info("Saved BGR MSS to ", tiffFile)
return nil
}