360 Panorama around object

asked 2017-04-05 05:50:49 -0600

martisan gravatar image

Hi guys,

Fairly new to OpenCV and any help would be appreciated.
At the moment I can stitch a normal 360 Panorama on iOS with no problems.

What I'm actually trying to do is the following:

  • Capture images with the iPhone camera walking around an object like a car for example.
  • Stitch all the images to create a 360 rotation around the car.


Does anyone have an idea of how to achieve this or even point me in the right direction?
I've been battling with this for a long time now.

edit retag flag offensive close merge delete

Comments

Have you tried the Stitching module?

Tetragramm gravatar imageTetragramm ( 2017-04-05 21:05:43 -0600 )edit

I have tried it and that is why I can do normal 360 panorama, but how do I actually create a 360 around an object like a car?

martisan gravatar imagemartisan ( 2017-04-06 01:24:20 -0600 )edit

How about looking into structure from motion, that kind of does what you want exactly. Take a look here: http://docs.opencv.org/3.1.0/d4/d18/t...

StevenPuttemans gravatar imageStevenPuttemans ( 2017-04-07 06:12:55 -0600 )edit

Hi, sorry to dig up a 2 years old thread, but I am trying to do exactly the same and nothing online. I see that you are doing the same it with ios https://stackoverflow.com/questions/4... , did you give up python and opencv ? thanks for the update !

iliesaya gravatar imageiliesaya ( 2020-01-01 07:24:05 -0600 )edit