panoramas

OpenCV non-rotational image stitching

谁都会走 提交于 2019-12-04 09:41:12
问题 I am doing image stitching in OpenCV, where I am taking pictures of a planar scene from different locations and try to compose a panorama. I have modified the stitching example to fit my needs. The problem with the openCV stitching pipeline is, that it assumes a pure rotation of the camera, which is not the case for me. When the pictures are taken perfectly orthogonal to the scene (no camera rotation, just translation), the result is quite good, but when there are both, camera rotation and

is there a panorama lib to use for ipad?

我们两清 提交于 2019-12-03 21:56:32
recently I've been given a project which need to display a spherical panorama view. Normally on iphone i've been using panoramaGL for some time but for ipad, i dont have any luck to use it any more. I can compile the lib with some minor warnings. but when i try to link the lib to my real project, it just keep telling me that PLTexture is not there. it says Undefined symbols: "_OBJC_CLASS_$_PLTexture", referenced from: objc-class-ref-to-PLTexture in panoTestViewController.o ld: symbol(s) not found collect2: ld returned 1 exit status Please anybody can help me out of this? I had the same problem

How to project a spherical map onto a sphere / cube: “Equirectangular to cubic”

天大地大妈咪最大 提交于 2019-12-03 14:46:43
UPDATE: I found that, http://os.ivrpa.org/panosalado/wiki , has an implementation in java. Anyone who has something similar in c or c++? I have this panorama, an spherical map from google streetview, and want to map this on a sphere/cube. Below are some examples and illustrations, what i seek is a library that can do it, or some implementation guides. I tried http://krpano.com/docu/tutorials/quickstart/#top that gives the results listed at the bottom. It illustrates what i want, but the rotation axis is off. I need to create the views of direct ahead and back, left and right. Ideal i would

OpenCV non-rotational image stitching

故事扮演 提交于 2019-12-03 03:37:30
I am doing image stitching in OpenCV, where I am taking pictures of a planar scene from different locations and try to compose a panorama. I have modified the stitching example to fit my needs. The problem with the openCV stitching pipeline is, that it assumes a pure rotation of the camera, which is not the case for me. When the pictures are taken perfectly orthogonal to the scene (no camera rotation, just translation), the result is quite good, but when there are both, camera rotation and translation the results are not satisfying. I am able to compute the homographies between the camera

Photo stitching/panorama API/DLL/Library anyone?

那年仲夏 提交于 2019-12-02 17:18:14
For a special project, I need to find an API/DLL/Library to help me create a big image using parts of this image. For example, if someone take 4 pictures representing the 360 degrees around him, he will be able to create one big image (panorama) by stitching the 4 images together using special algorithm that recognize some patterns. I know how to do this in Photoshop and I know there are a lot of programs that to this on the internet. But I want one that will be controlled by programming. This can be in C, C++, or .NET. If you have something in another language, you can tell answer too, I may

perspective Image Stitching

倖福魔咒の 提交于 2019-12-01 14:28:43
I found very useful example from images stitching but my problem was those type of images here is an exemple and here is an other image when i use opencv stitcher the reult imaages is getting smaller like this one is there any method to apply a transform into the input images so they will be like this one here is the code #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include <opencv2/features2d/features2d.hpp> #include <opencv2/nonfree/nonfree.hpp> #include <opencv2/stitching/stitcher.hpp> #include<vector> using namespace cv; using

How to get the original panorama image by panoid in google street view?

无人久伴 提交于 2019-12-01 09:41:13
I have got the reference of getting the panorama image by panoid but its giving me only the thumbnail image but I want an original panorama image directly from streetview. The link is given below what I have got http://cbk0.google.com/cbk?output=thumbnail&w=500&h=500&panoid=-_0l0tU3lKz0JtaEsqJk7w Please help me out to get the original panorama image not the thumbnail. While there is no official API to download the full panorama. There are many tools that you can use. Windows Tool: http://www.purebasic.fr/english/viewtopic.php?f=27&t=50248 NodeJS: https://www.npmjs.com/package/extract

How to get the original panorama image by panoid in google street view?

我们两清 提交于 2019-12-01 08:02:07
问题 I have got the reference of getting the panorama image by panoid but its giving me only the thumbnail image but I want an original panorama image directly from streetview. The link is given below what I have got http://cbk0.google.com/cbk?output=thumbnail&w=500&h=500&panoid=-_0l0tU3lKz0JtaEsqJk7w Please help me out to get the original panorama image not the thumbnail. 回答1: While there is no official API to download the full panorama. There are many tools that you can use. Windows Tool: http:/

Unity- Photosphere Photo Viewer for Google Cardboard

旧时模样 提交于 2019-11-28 16:45:47
I am trying to build a Photosphere-like application with Unity3D and use it along with Google cardboard. I need to load different panoramic view photos and be able to view them stereoscopically, by using the Cardboard goggles. I am having problem to use the pano images and render it into stereoscopic view in Unity. Any suggestions will be gratefully received. felixwcf Simplest solution that I can give to you: A. Install your Unity Pro with Android Pro plugins, setup Cardboard SDK For Unity , install Android Build tools and SDK. B Setup Skybox Get a stereoscopic panorama image (Might take a

Unity- Photosphere Photo Viewer for Google Cardboard

只谈情不闲聊 提交于 2019-11-27 09:53:51
问题 I am trying to build a Photosphere-like application with Unity3D and use it along with Google cardboard. I need to load different panoramic view photos and be able to view them stereoscopically, by using the Cardboard goggles. I am having problem to use the pano images and render it into stereoscopic view in Unity. Any suggestions will be gratefully received. 回答1: Simplest solution that I can give to you: A. Install your Unity Pro with Android Pro plugins, setup Cardboard SDK For Unity,