360 Panorama around object
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.
Have you tried the Stitching module?
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?
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...
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 !