join_hexagon#
Join multiple parts of a scanned image.
usage: join_hexagon [-h] [-p PATTERN] [-o OVERLAP] [-k BLOCK_SIZE] [-b] [-r]
Named Arguments#
- -p, --pattern
Match pattern for images (default: DZB)
Default:
'DZB'- -o, --overlap
the overlap, in pixels, between the image parts (default: 2000)
Default:
2000- -k, --block_size
the number of rows each sub-block should cover. Defaults to overlap value.
- -b, --blend
apply a linear blend between the two scanned halves.
Default:
False- -r, --reversed
parts are in reversed order (i.e., part b is the left part, part a is the right part)
Default:
False