Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stitch_rigid.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def compute_coarse_offsets(
Args:
yx_shape: vertical and horizontal number of tiles
tile_map: maps (x, y) tile coordinate to the tile image
overlaps_xy: pair of two overlap sequences to try, for NN tiles in the X and
overlaps_xy: a pair of overlap sequences to try, for NN tiles in the X and
Y direction, respectively; these overlaps define the number of pixels in
the given dimension used to compute the offset vector
min_range: regions with dynamic range smaller than this value will be masked
Expand Down