Skip to content

Commit

Permalink
added overlap computation to stitching
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-klein committed Jun 30, 2021
1 parent f66675f commit a26a85e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fiji_plugin/src/main/java/StitchTileScan.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public MaxProjection call() throws Exception {
String.format("type=[Positions from file] " + "order=[Defined by TileConfiguration] " + "directory=[%s] "
+ "layout_file=[%s] " + "fusion_method=[Linear Blending] "
+ "regression_threshold=0.30 " + "max/avg_displacement_threshold=2.50 "
+ "absolute_displacement_threshold=3.50 " + "add_tiles_as_rois " + "ignore_z_stage "
+ "absolute_displacement_threshold=3.50 " + "add_tiles_as_rois " + "compute_overlap "
+ "subpixel_accuracy " + "computation_parameters=[Save computation time (but use more RAM)] "
+ "image_output=[Fuse and display]", this.max_projection_dir, tileconfig.getName()));

Expand Down

0 comments on commit a26a85e

Please sign in to comment.