logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hugin_hdrmerge - Merge overlapping images

Authors

       Written  by  Jing  Jin.  Also contains contributions from Pablo d'Angelo, Douglas Wilkins, Ippei Ukai, Ed
       Halley, Bruno Postle, Gerry Patterson and Brent Townshend.

       This man page was written by Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> and is licensed under the
       same terms as the hugin package itself.

Version: 2024.0.1"                                 2025-01-03                                HUGIN_HDRMERGE("1")

Description

       TODO.

Name

       hugin_hdrmerge - Merge overlapping images

Options

-oprefix
           Output file

       -mmode
           Merge mode, can be one of: avg, avg_slow, khan (default), if avg, no -i, -s, or -d options apply

       -iiter
           Number of iterations to execute (default is 1)

       -c  Only consider pixels that are defined in all images (avg mode only)

       -sfile
           Debug files to save each iteration, can be one of:

           a - all debug files (can only be used alone)
           w - calculated weights from each iteration
           r - result image from each iteration
           s - source images before processing

           If verbose >= 3, all debug files are output unless specified

       -acalcs
           Apply one or more advanced calculations, can be one or more of:

           b - biasing weights logarithmically
           c - choose pixels with highest weight instead of averaging (overrides options -ab and -ad)
           d - choose a pixel with the highest weight instead of averaging when all pixel weights are within 10%
           of each other
           h - favour a high signal to noise ratio
           i - ignore alpha channel
       -e  Export each initial weight to <input_file_paths>_iw.<ext>

       -l  Load a previously exported initial weight with respect to the input file names

           NOTE: if both -e and -l options are on, the program will calculate and save the initial weights, then
           wait until user indicates that it can continue by loading the previously saved weights

       -v  Verbose, print progress messages, repeat for even more verbose output

       -h  Display help summary.

Synopsis

hugin_hdrmerge [options] -ooutput.exrinput-files

See Also