1DEGHOSTING_MASK(1) HUGIN DEGHOSTING_MASK(1)
2
3
4
6 deghosting_mask - Creates mask for removing ghosting in images
7
9 deghosting_mask [options] <image1> <image2> ...
10
12 Takes a series of aligned photos, usually three or more, and generates
13 masks for removal of ghosts - Data that only appears in a minority of
14 photos.
15
17 -o|--output <path>
18 Prefix for output masks
19
20 -s|--sigma <float>
21 Standard deviation of Gaussian weighting function (SIGMA > 0);
22 default: 30
23
24 -i|--iterations <int>
25 Number of iterations, default is (ITER > 0) default: 4
26
27 -t|--threshold <float>
28 Threshold; default: 150
29
30 -c|--contrast <float>
31 Change contrast before applying threshold; default: 1.3
32
33 -a|--advanced <f|g|m|t|w>
34 Advanced settings. Possible options are:
35
36 f Use gray images for computation. It's about two times faster but
37 it usually returns worse results. You also have to change
38 threshold to smaller value (around 100)
39 g Use gamma 2.2 correction instead of logarithm if input images are
40 HDR
41 m Do not scale image, NOTE: slows down process
42 t Use simple threshold, may result in holes in images
43 w Compute "complete" weights, not only probabilities
44 -w|--save <i|w>
45 Advanced save settings
46
47 i Save initial weigths
48 w Save generated weigths
49 -b <int>
50 Image cache BLOCKSIZE in kilobytes; default: 2048KB
51
52 -m <int>
53 Set image CACHESIZE in megabytes; default: 1024MB
54
55 -h|--help
56 Display this help
57
58 -v|--verbose <0|1>
59 Verbose, repeat for more verbose output
60
62 LukaX Jirkovsky
63
64
65
66"Version: 2019.2.0" 2020-01-29 DEGHOSTING_MASK(1)