Quellcode durchsuchen

gin commit from SUND33778

Modified files: 1
Frederik Filip Stæger vor 4 Jahren
Ursprung
Commit
ba4e2d1fcf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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