ソースを参照

gin commit from SUND33778

Modified files: 1
Frederik Filip Stæger 4 年 前
コミット
ba4e2d1fcf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      auto_seg.py

+ 1 - 1
auto_seg.py

@@ -18,7 +18,7 @@ OUTPUT_DIR = Path('output')
 IMG_DIR = Path('Images')
 
 
-def find_optimal_index(slice_path, template_path, approx, dist=2):
+def find_optimal_index(slice_path, template_path, approx, dist=3):
     """
     Finds the most appropriate index in template path to register the slice file to.
     :param approx: Approximate index of slice relative to template file