linumpy.mosaic.overlap#
All functions required by more than two other stitching module is kept here.
Functions#
|
Compute the overlapping regions between two volumes given their positions. |
Module Contents#
- linumpy.mosaic.overlap.get_overlap(vol1, vol2, pos1, pos2)[source]#
Compute the overlapping regions between two volumes given their positions.
- Parameters:
vol1 (numpy.ndarray)
vol2 (numpy.ndarray)
pos1 (collections.abc.Sequence[int] | numpy.ndarray)
pos2 (collections.abc.Sequence[int] | numpy.ndarray)
- Return type: