-
Notifications
You must be signed in to change notification settings - Fork 9
Workflow for Creating High Resolution Panos
Robert Fach edited this page Aug 21, 2018
·
4 revisions
- Darktable for raw processing
- sudo add-apt-repository ppa:pmjdebruijn/darktable-release
- sudo apt-get update
- Hugin for Stitching
- Gimp/Darktable for final post processing
- Default Processing (Rotation, Base Curve, Sharpening)
- Lens Correction
- White Balance according to conditions
- Dust Removal when necessary
- Equalizer when necessary
- Apply to all images
- Export all images as tif
- Create image stacks when necessary
- find -name IMG*.tif -print | sort | xargs -t -n3 sh -c 'align_image_stack --gpu -t 1 -i -C $0 $1 $2 -o $0.hdr'
- a) Add images or stacks to pto
- pto_gen *.<tif|hdr> -s3 -o pano.pto b) Select Specific exposures out of a stack to be added to pto file
- find -name IMG*.tif -print | sort | xargs -n3 sh -c 'echo $1' | xargs pto_gen {} -o pano.pto
- PreAlign Images according to pitch and yaw of bot
- pto_var --set="p=floor(i/16)*4,y=(i%16)*3" pano.pto
- Freeze unconnected images
- geocpset -o pano_var_set.pto pano_var.pto
- http://hugin.sourceforge.net/docs/manual/Geocpset.html