1PTMASKER(1) LIBPANO13 TOOLS PTMASKER(1)
2
3
4
6 PTmasker - Compute stitching masks
7
9 PTmasker [options] tiff_file(s)
10
12 PTmasker computes stitching masks. It implements the ability to
13 increase depth-of-field by stacking images.
14
16 -p prefix
17 Prefix for output files (defaults to masked%4d).
18
19 -e feather
20 Size of the feather (defaults to zero).
21
22 -f Force processing (do not stop on warnings).
23
24 -x Delete source files (use with care).
25
26 -q Quiet run.
27
28 -h Output help summary.
29
30 -z Enable Extended depth of field.
31
32 -m Focus estimation mask type.
33
34 0 hard-edged masks, mutually exclusive
35 1 hard-edged masks, stack of nested masks
36 2 blended masks, stack of nested masks
37
38 2 is default and strongly recommended: This option includes a
39 smoothing computation that seems to help a lot.
40
41 -w integer
42 Focus estimation window size. Only available if -z.
43
44 Recommended value is 0.51001114526f image width, e.g. 4 pixels for
45 an 800-pixel image.
46
47 Computation cost for focus estimation increases proportional to
48 N^2. Defaults to w4.
49
50 -s integer
51 Smoothing window size. Only available if -z.
52
53 Recommended value is 0.50f image width, e.g. 4 pixels for an
54 800-pixel image.
55
56 Computation cost for focus estimation increases proportional to
57 N^2. Defaults to w4.
58
60 Panorama Tools was originally created by Professor Helmut Dersch, it's
61 now maintained by Bruno Postle <bruno@postle.net>.
62
63 PTmasker was written by Daniel M German <dmgerman@uvic.ca>.
64
65 This manpage was written by Cyril Brulebois
66 <cyril.brulebois@enst-bretagne.fr> and is licensed under the same terms
67 as the libpano13 package itself.
68
69
70
71Version: 2.9.21 2022-01-20 PTMASKER(1)