Helpful Posts Helpful Posts:  0
Results 1 to 6 of 6

Thread: Generate equirectangle images from 6 fisheyes images

  1. #1
    New Member
    Join Date
    Nov 2012
    Posts
    3

    Generate equirectangle images from 6 fisheyes images

    Hello,

    I am new to this area and your input would be highly appreciated. I have fisheye images which are supposed to cover the whole 360 degree horizontal and 180 degree vertical area. I want to *create* equirectangle image which I will later project into sphere. Can somebody lead me into the steps or lead me to some tutorials or terms to google ?

    I want to implement and code the functions myself. So I am thinking along these lines:

    1- project fisheye images into some planes
    2- sticth the projected images in some way
    3- change the stiched image into equirectangular image

    Is this the right direction ? if yes, what type of projection should i project my fisheyes images to ? Is there any specific way to stitch the images to create the equirectangle image ?

    Any input, tutorials, and direction would be highly appreciated,

    Thank you

  2. #2

    Join Date
    Nov 2009
    Location
    Provence, France
    Posts
    988
    Real Name
    Remco

    Re: Generate equirectangle images from 6 fisheyes images

    No idea about whether what you propose to do will work, but there is an open source project called Hugin that might have useful information (and has source code) available. Wikipedia also tends to have articles on such subjects (sorry, didn't search there)

  3. #3
    herbert's Avatar
    Join Date
    Oct 2010
    Location
    Sussex, UK
    Posts
    471
    Real Name
    Alex

    Re: Generate equirectangle images from 6 fisheyes images

    The de-facto standard for most panorama software is Panorama Tools by Professor Helmut Dersch:

    http://webuser.hs-furtwangen.de/~dersch/
    http://panotools.sourceforge.net/

    This is the basis for a lot of free and commercial software. Since PTGui can do spherical projections I assume that the PT library contains the functionality you are interested in. Using the links above you should be able to track down some documentation on how the operations are performed. Failing that you can read the source code.

    Alex

  4. #4
    New Member
    Join Date
    Nov 2012
    Posts
    3

    Re: Generate equirectangle images from 6 fisheyes images

    Thank you very much. I actually want to learn the theory behind it. I want to implement it myself for my project. So these source codes can do the job but not really what I am looking for. I want to learn the flow of the work.

    I look forward to hearing from you

  5. #5

    Join Date
    Nov 2009
    Location
    Provence, France
    Posts
    988
    Real Name
    Remco

    Re: Generate equirectangle images from 6 fisheyes images

    The reason you got referred to projects that provide source code is that those allow you to see how it's done. If all we tried to do was to point you to existing tools, source code would actually be less useful...

  6. #6
    New Member
    Join Date
    Nov 2012
    Posts
    3

    Re: Generate equirectangle images from 6 fisheyes images

    Quote Originally Posted by revi View Post
    The reason you got referred to projects that provide source code is that those allow you to see how it's done. If all we tried to do was to point you to existing tools, source code would actually be less useful...
    Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •