join_hexagon
Join 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 [DZB]
Default: “DZB”
- -o, --overlap
overlap search width between two images [2000]
Default: 2000
- -k, --block_size
the number of rows each sub-block should cover. Defaults to overlap value.
- -b, --blend
Blend across image halves to prevent a sharp line at edge.
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