Are you interested in creating the panorama or the software that
creates the panorama?
--dmg
> Can anyone here, show or point me exactly to that part in code which
> applies distortion on equirectangular pano. This has nothing to do
> with the stitching part. Just projection is involved.
>
> The tutorials online and most other documents don't actually go deep
> in to it. Can anybody help?
>
> --
> You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group.
> A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugi...@googlegroups.com
> To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/hugin-ptx
--
--dmg
---
Daniel M. German
http://turingmachine.org
The only thing that I would add to Kay detailed response is that the
equirectangular
is a very special type of projection in libpano. It is sort of the
intermediary projection
between fisheye or rectilinear and most projections. This is partially
because it
has the property x = \lamba and y = \phi
--dmg
>
> Kay
>
> --
> You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group.
> A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugi...@googlegroups.com
> To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/hugin-ptx
The code which does the transformations is in libpano. First you have
to get a checkout of the code from their repository. Then you have to
look into the file math.c. The routines from where you can find your
way down are 'execute_stack' and 'execute_stack_new'.