This commit is contained in:
nuknal
2024-06-06 16:54:09 +08:00
parent b5e566fb0e
commit f7c4237c77
6 changed files with 12 additions and 14 deletions

View File

@@ -26,6 +26,8 @@ const (
OverlappedBlockLines = 3000 // 重叠块的行数
DownSampled ResampleMethod = "down_sample_pan"
UpSampled ResampleMethod = "up_sample_mss"
PanResolution = 1.3 // mm/pixel
MssResolution = 5.2
)
type ResampleMethod string