panoramas

Tool for creating preview images from equirectangular Panoramas

老子叫甜甜 提交于 2019-12-11 00:05:58
问题 I am looking for a tool or library that will allow me to generate a preview image for an equirectangular panoramic image. I am using the pannellum library [https://pannellum.org] to present panoramas, which works great. What I'd like to add, however, is a way to generate lightweight preview images to display on initial page load. I would like to have a small sized preview image that does not look warped. Does such a tool/library/script exist? Thank you! Dave 回答1: Some people like to convert

Using googles panorama API

半腔热情 提交于 2019-12-10 22:32:10
问题 I want to use google's API for displaying panoramas. Apparently I need for input a jpg with the panorama, in which I embed the metadata in XMP format. How can this be done? is it my job as a developer or the one's who creates the panorama? can this be done with a tool? ie photoshop? 回答1: Ok this is how I did it, I used photoshop which has an option to pass metadata from a custom template so I created an XMP file using the metadata mentioned in google documentation page. Hope it helps anyone

Transforming Panoramas for Virtual Tours with famo.us, has it been done?

假装没事ソ 提交于 2019-12-10 12:13:12
问题 I'm looking in to have a virtual tour viewer created using famo.us. I am curious if anyone has explored 3d transformations for 360 degree panoramas using that system? I've looked around and haven't found anything specifically related to that. I've found an enclosed cube in 3D space which is a pretty good step. Changing the size of the cube to 1500 and you are in the centre of the cube. If the faces were a "cubified" pano and some controls were added, I think it would work. http://codepen.io

Create spherical camera app like google camera

拟墨画扇 提交于 2019-12-10 11:40:22
问题 I am trying to create spherical camera application using ndk to capture spherical image like Google camera. I tried so many github samples but some of them are showing errors related to jni files and some of them are slow processing. Some of the Links i tried are: CameraFocal So can any one please give me idea or suggest anything to create spherical camera application OR at least give me idea to capture image like Panorama 360 camera : FB Share application. 来源: https://stackoverflow.com

is there a panorama lib to use for ipad?

允我心安 提交于 2019-12-09 13:57:53
问题 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

How does street view publish API judge the panorama connection that which direction should it linked to if multiple target set on one panorama?

匆匆过客 提交于 2019-12-08 04:30:21
问题 I have an issue with the connection request in google street view publish API. Both with single and multiple target. If i create single target from source photo { "updatePhotoRequests": [ { "updateMask": "connections", " photo": { "photoId": { "id": "pano_3" }, "connections": [ { "target": { "id": "pano_4" } }, ] } } ] } How the above JSON request set Panorama connection to specific direction of the target panorama. For e.g if i set a connection from pano_1 north position to pano_2 south

open source library to construct panoramic photos on iOS?

偶尔善良 提交于 2019-12-07 23:32:31
Does any one know of such library? I want to play with this functionality on an iPhone but dont want to write the code from scratch. PanoramaGL doesn't help as it only deals with displaying the panorama rather than building it. Hope to hear from u soon Cheere Fadi Martin Beckett Depending on how complex a job you want to do the Opencv library has a panorama stitching module. Opencv now runs on iOS, see iPhone and OpenCV see a Panoramic it opensource help you. Not sure if this is helpful, but there is actually already a panoramic camera coded into iOS. you have to edit a plist file on a

Is it possible to do panorama Image Stitching in Android from Java?

一笑奈何 提交于 2019-12-07 18:48:33
问题 I am using openCV4Android and I know there are lots of questions related with this topic. Most of them (the ones with answer), suggest a solution with C++ and add it to the project in the folder jni + Android.mk, etc. Can I do something to avoid C++ and call every method from Java? If it is not possible with OpenCV, I am open to try alternatives. Thanks. 回答1: There is a JavaCV - Java interface to the OpenCV library, it is popular for the Android application. 回答2: You will need to use JNI NDK

Taking panorama image using the Cordova plugin?

假如想象 提交于 2019-12-07 12:28:56
问题 Is possible to take panorama image using the some cordova plugin (in X and Y axiss) ? Thanks for any advice. 回答1: The camera plugin starts the device's camera app, so I guess that on a phone with a camera app that does panorama you can take panorama from a cordova app (the user would have to select the function manually). Otherwise you would have to either build a plugin in native code to start a different app that does panorama or build a plugin with it's own camera view and you would have

Is stitching module of OpenCV able to stitch images taken from a parallel motion camera?

ⅰ亾dé卋堺 提交于 2019-12-07 08:57:00
问题 I was wondering if the stitching(http://docs.opencv.org/modules/stitching/doc/stitching.html) module of OpenCV is able to stitch the images taken from a camera that is in parallel motion to the plane which is being photographed ? I know that generally all the panoramic stitching tools assume that the center of the camera is fixed and that the camera only experiences motion such as pan or pitch. I was thinking if I can use this module to stitch the image taken from a camera which moves