Changes

Jump to: navigation, search

Lightfield

1 byte added, 22:06, 22 April 2015
Alignment Method 2: Rectify images based on Visual SFM results
Code:
*[[:File:apply_vsfm_quaternions.zip]]
 
==Contact Sheet==
<syntaxhighlight lang="bash">
mkdir thumbs
mogrify -verbose -format jpg -path thumbs -thumbnail 1024x768 warped/*.jpg
montage -verbose -background "#000000" -geometry +0+0 -tile 16x14 thumbs/*.jpg plenoptic_rect.jpg
</syntaxhighlight>
https://farm9.staticflickr.com/8747/16953941458_920724b2b7_z.jpg
*[https://farm9.staticflickr.com/8747/16953941458_c5b631a44d_o.jpg full resolution]
==Coordinate Systems==
</pre>
trying to create H (homography) for pespective perspective transform based on VisSFM camera positions. ?? ==Contact Sheet==<syntaxhighlight lang="bash">mkdir thumbsmogrify -verbose -format jpg -path thumbs -thumbnail 1024x768 warped/*.jpgmontage -verbose -background "#000000" -geometry +0+0 -tile 16x14 thumbs/*.jpg plenoptic_rect.jpg</syntaxhighlight>https://farm9.staticflickr.com/8747/16953941458_920724b2b7_z.jpg*[https://farm9.staticflickr.com/8747/16953941458_c5b631a44d_o.jpg full resolution]
=Results=

Navigation menu