格式统一
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -442,7 +442,7 @@ class WaterQualityVisualization:
|
||||
- 2_Glint_Detection文件夹:单波段二值耀斑掩膜,使用红色高亮显示
|
||||
- 3_deglint文件夹:多波段去耀斑影像,使用RGB合成显示
|
||||
- 自动识别文件类型并应用相应的可视化方案
|
||||
- 输出保存至14_visualization/glint_deglint_previews/
|
||||
- 输出保存至12_visualization/glint_deglint_previews/
|
||||
|
||||
Args:
|
||||
work_dir: 工作目录路径
|
||||
@ -732,7 +732,7 @@ class WaterQualityVisualization:
|
||||
from src.postprocessing.point_map import SamplingPointMap
|
||||
|
||||
# 如果没有提供路径,自动查找
|
||||
work_dir = self.output_dir.parent # 14_visualization的父目录就是工作目录
|
||||
work_dir = self.output_dir.parent # 12_visualization的父目录就是工作目录
|
||||
|
||||
if hyperspectral_path is None:
|
||||
# 查找高光谱影像
|
||||
|
||||
Reference in New Issue
Block a user