Woolz Image Processing  Version 1.7.5
WlzTiffStackToPatches
Name
WlzTiffStackToPatches - converts a TIFF stack to a compound object representing the set of patches or mosiac tiles.
Synopsis
WlzTiffStackToPatches  [-h] [-v] -n cols[,rows] -O overlap <input file>
Options
-h Prints usage information.
-v Verbose output.
-n Number (columns, rows) estimated if omitted.
-O Estimated pixel overlap, default 50.
Description
Converts a TIFF stack to a compound image representing the set of patches or mosaic tiles. It is assumed that the TIFF images are arrannged in the stack row-wise starting top-left with the numbers of rows and columns input. Also required is the estimated pixel overlap. The TIFF is read from the given file, output to stdout.
Examples
 
File
WlzTiffStackToPatches.c
See Also
WlzIntro(1)