修改像素精度

This commit is contained in:
2026-03-10 17:31:02 +08:00
parent 5e0984bf9c
commit c3bd750a66
4 changed files with 1804 additions and 47 deletions

View File

@ -61,9 +61,9 @@ logger = logging.getLogger(__name__)
# ---------- 配置 ----------
# 请根据实际情况修改这些路径
REF_TIF = r"E:\is2\guidingsahn\result.tif" # 参考 tif 文件路径
BIP_DIR = Path(r"E:\is2\guidingsahn") # .bip 文件所在文件夹
OUT_DIR = Path(r"E:\is2\guidingsahn\output") # 输出文件夹
REF_TIF = r"E:\is2\dingshanhu\mask_water.tif" # 参考 tif 文件路径
BIP_DIR = Path(r"E:\is2\dingshanhu") # .bip 文件所在文件夹
OUT_DIR = Path(r"E:\is2\dingshanhu\output") # 输出文件夹
# 匹配算法选择
MATCHER_NAME = "matchanything-roma" # 可选: xfeat-star, loftr, roma, superpoint-lightglue, sift-lightglue 等