Skip to content

Commit d6c9200

Browse files
committed
Fixed bug in stitching/compute_targets_from_z_matches.m
1 parent bc8efd2 commit d6c9200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stitching/compute_targets_from_z_matches.m

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
% try to make the matched pairs each go to the same point.
109109
is_anchor_from_layer_tile_index = is_anchor_from_tile_index(tile_index_from_layer_tile_index) ;
110110
tile_index_from_layer_anchor_index = tile_index_from_layer_tile_index(is_anchor_from_layer_tile_index) ;
111+
tile_shape_ijk = params.imagesize ; % tile shape, in xyz order (traditionally [1024 1536 251])
112+
order = params.order ; % order of the field curvature model, I think
111113
for tile_index = tile_index_from_layer_anchor_index ,
112114
neighbor_tile_index = tileneighbors(tile_index, 7) ; % the z+1 tile
113115

0 commit comments

Comments
 (0)