.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DEGHOSTING_MASK ""1""" .TH DEGHOSTING_MASK """1""" 2024-03-20 """Version: 2023.0.0""" HUGIN .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME deghosting_mask \- Creates mask for removing ghosting in images .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBdeghosting_mask\fR [options] \fI \fI \fI...\fR .SH DESCRIPTION .IX Header "DESCRIPTION" Takes a series of aligned photos, usually three or more, and generates masks for removal of ghosts \- Data that only appears in a minority of photos. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-o|\-\-output\fR " 4 .IX Item "-o|--output " Prefix for output masks .IP "\fB\-s|\-\-sigma\fR " 4 .IX Item "-s|--sigma " Standard deviation of Gaussian weighting function (SIGMA > 0); default: 30 .IP "\fB\-i|\-\-iterations\fR " 4 .IX Item "-i|--iterations " Number of iterations, default is (ITER > 0) default: 4 .IP "\fB\-t|\-\-threshold\fR " 4 .IX Item "-t|--threshold " Threshold; default: 150 .IP "\fB\-c|\-\-contrast\fR " 4 .IX Item "-c|--contrast " Change contrast before applying threshold; default: 1.3 .IP "\fB\-a|\-\-advanced\fR " 4 .IX Item "-a|--advanced " Advanced settings. Possible options are: .RS 4 .IP "\fBf\fR Use gray images for computation. It's about two times faster but it usually returns worse results. You also have to change threshold to smaller value (around 100)" 4 .IX Item "f Use gray images for computation. It's about two times faster but it usually returns worse results. You also have to change threshold to smaller value (around 100)" .PD 0 .IP "\fBg\fR Use gamma 2.2 correction instead of logarithm if input images are HDR" 4 .IX Item "g Use gamma 2.2 correction instead of logarithm if input images are HDR" .IP "\fBm\fR Do not scale image, NOTE: slows down process" 4 .IX Item "m Do not scale image, NOTE: slows down process" .IP "\fBt\fR Use simple threshold, may result in holes in images" 4 .IX Item "t Use simple threshold, may result in holes in images" .IP "\fBw\fR Compute ""complete"" weights, not only probabilities" 4 .IX Item "w Compute ""complete"" weights, not only probabilities" .RE .RS 4 .RE .IP "\fB\-w|\-\-save\fR " 4 .IX Item "-w|--save " .PD Advanced save settings .RS 4 .IP "\fBi\fR Save initial weigths" 4 .IX Item "i Save initial weigths" .PD 0 .IP "\fBw\fR Save generated weigths" 4 .IX Item "w Save generated weigths" .RE .RS 4 .RE .IP "\fB\-b\fR " 4 .IX Item "-b " .PD Image cache BLOCKSIZE in kilobytes; default: 2048KB .IP "\fB\-m\fR " 4 .IX Item "-m " Set image CACHESIZE in megabytes; default: 1024MB .IP \fB\-h|\-\-help\fR 4 .IX Item "-h|--help" Display this help .IP "\fB\-v|\-\-verbose\fR <0|1>" 4 .IX Item "-v|--verbose <0|1>" Verbose, repeat for more verbose output .SH AUTHORS .IX Header "AUTHORS" Lukáš Jirkovský