MAN page from PLD autopano-sift-C-2.5.1-2.i686.rpm
AUTOPANO-COMPLETE
Section: User Manual (1)
Updated: MAY 2004
Index NAME
autopano-complete - Generate panorama project file from images.
SYNOPSIS
autopano-complete.sh[options]-o output.ptoimage1image2[image3 [..]] DESCRIPTION
Generate panorama project from image files. First, generate temporary keypointfiles for each of the image files given on the command line. Then match theimage files to identify the same features in two or more images. Generate aPTO panorama project file from the matching results. (Programs such as
hugincan read it.)
OPTIONS
- image
- The image files to read in. They can be in any common format, including JPEG,PNG and TIFF.
- -o|--output <file>
- Set PTO panorama output file (mandatory).
- -s|--size <pixelsize>
- Set downscale resolution. If any of the image dimensions exceed this side, theimage is resized so the longer side of the images will be this size. This is apreprocessing step and no file on disc will be changed. Use this when memoryis rare.
- -p|--points <count>
- The maximum number of control points to generate per image pair. When morethan the given number of pairs are found, only the best are kept.
- -n|--noransac
- Do not use the RANSAC algorithm (RANdom Sample Consensus), which does usegeometric correllation to remove unwanted matches. Use this when uncommon lensgeometries are used, such as fisheye lenses.
- -c|--clean
- In any case, wipe the table - the previously generated keypoint files - andthen generate the keypoint files from the images and match. If no clean isused, then previous image keypoint files are also used for matching.
- -h|--help
- Output a concise usage help.
BUGS
No bugs known, if you find any, please send a bug report to me. I will try tofix it. An old, obselete version of this script exists with similarfunctionality, see
autopano-complete.old AUTHOR
Pablo d'Angelo <pablo dot dangelo at web dot de>,Sebastian Nowozin <nowozin at cs dot tu dash berlin dot de>
SEE ALSO
autopano-sift(7),
generatekeys(1),
autopanog(1),
showone(1),
showtwo(1)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- BUGS
- AUTHOR
- SEE ALSO
This document was created byman2html,using the manual pages.