1HUGIN_HDRMERGE(1) HUGIN HUGIN_HDRMERGE(1)
2
3
4
6 hugin_hdrmerge - Merge overlapping images
7
9 hugin_hdrmerge [options] -o output.exr input-files
10
12 TODO.
13
15 -o prefix
16 Output file
17
18 -m mode
19 Merge mode, can be one of: avg, avg_slow, khan (default), if avg,
20 no -i, -s, or -d options apply
21
22 -i iter
23 Number of iterations to execute (default is 1)
24
25 -c Only consider pixels that are defined in all images (avg mode only)
26
27 -s file
28 Debug files to save each iteration, can be one of:
29
30 a - all debug files (can only be used alone)
31 w - calculated weights from each iteration
32 r - result image from each iteration
33 s - source images before processing
34
35 If verbose >= 3, all debug files are output unless specified
36
37 -a calcs
38 Apply one or more advanced calculations, can be one or more of:
39
40 b - biasing weights logarithmically
41 c - choose pixels with highest weight instead of averaging
42 (overrides options -a b and -a d)
43 d - choose a pixel with the highest weight instead of averaging
44 when all pixel weights are within 10% of each other
45 h - favour a high signal to noise ratio
46 i - ignore alpha channel
47 -e Export each initial weight to <input_file_paths>_iw.<ext>
48
49 -l Load a previously exported initial weight with respect to the input
50 file names
51
52 NOTE: if both -e and -l options are on, the program will calculate
53 and save the initial weights, then wait until user indicates that
54 it can continue by loading the previously saved weights
55
56 -v Verbose, print progress messages, repeat for even more verbose
57 output
58
59 -h Display help summary.
60
62 Written by Jing Jin. Also contains contributions from Pablo d'Angelo,
63 Douglas Wilkins, Ippei Ukai, Ed Halley, Bruno Postle, Gerry Patterson
64 and Brent Townshend.
65
66 This man page was written by Cyril Brulebois
67 <cyril.brulebois@enst-bretagne.fr> and is licensed under the same terms
68 as the hugin package itself.
69
70
71
72"Version: 2019.2.0" 2020-01-29 HUGIN_HDRMERGE(1)