Align image stack
From PanoTools.org Wiki
(Difference between revisions)
(New page: align_image_stack is a tool available in hugin. This article is a stub.) |
(Usage) |
||
| Line 1: | Line 1: | ||
| − | align_image_stack is a tool available in [[hugin]]. | + | align_image_stack is a command-line tool available in the development version of [[hugin]] to align overlapping himages to facilitate HDR creation. |
This article is a stub. | This article is a stub. | ||
| + | |||
| + | == Usage == | ||
| + | align_image_stack [options] input files | ||
| + | === Options: modes of operation === | ||
| + | -p file | ||
| + | Output .pto file (useful for debugging, or further refinement)" | ||
| + | -a prefix | ||
| + | align images, output as prefix_xxxx.tif | ||
| + | -o output | ||
| + | merge images to HDR, generate output.hdr | ||
| + | === Options: modifiers === | ||
| + | -v | ||
| + | Verbose, print progress messages | ||
| + | -t num | ||
| + | Remove all control points with an error higher than num pixels (default: 3) | ||
| + | -f HFOV | ||
| + | approximate horizontal field of view of input images, use if EXIF info not complete | ||
| + | -m | ||
| + | Optimize field of view for all images, execpt for first. Useful for aligning focus stacks with slightly different magnification | ||
| + | -c num | ||
| + | number of control points to create between adjectant images (default: 200) | ||
| + | -h | ||
| + | Display help. | ||
Revision as of 17:54, 21 December 2007
align_image_stack is a command-line tool available in the development version of hugin to align overlapping himages to facilitate HDR creation.
This article is a stub.
Usage
align_image_stack [options] input files
Options: modes of operation
-p file
Output .pto file (useful for debugging, or further refinement)"
-a prefix
align images, output as prefix_xxxx.tif
-o output
merge images to HDR, generate output.hdr
Options: modifiers
-v
Verbose, print progress messages
-t num
Remove all control points with an error higher than num pixels (default: 3)
-f HFOV
approximate horizontal field of view of input images, use if EXIF info not complete
-m
Optimize field of view for all images, execpt for first. Useful for aligning focus stacks with slightly different magnification
-c num
number of control points to create between adjectant images (default: 200)
-h
Display help.