*recentering warped images with imagemagick:
<pre>convert warp*.jpg -gravity center -background black -extent 1542x1140 recentered/output.jpg</pre>
==Recombination==
*Recombining warped, centered images.
*Results below sum 1 row of 24 images, from initial set of 432 images (24 x 18) with 1.0 offset in each direction.
*Camera locations specified in inches (offset from keyframe, negative or positive)
*Different "focal planes" correspond to different offset scalar value, from 0.0 to 10.0, as indicated in upper left of image.
*<code>python alignImagesRansac.py images/3images/ images/3images/test0002.png results/3images</code>
[[File:lf_far.png|400px]]
[[File:lf_toolbox.png|400px]]
[[File:lf_near.png|400px]]
==Multithreaded Alignment==
*if you acquired jpgs, convert them to pngs: