The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

How can create a panorama view moving automatically when my phone move?

Now I am creating an app for viewing panorama images using library(PanoramaGL 0.1) and it work perfectly.But I need to move my panorama image when my phone moving(using motion sensor).I don't know how ...
1
vote
0answers
8 views

Panorama graph using gephi

I'm saving graph in .DOT language format using opencv stitching module. ofstream f("graph.dot"); f << matchesGraphAsString(img_names, pairwise_matches, conf_thresh); f.close(); I can plot ...
0
votes
0answers
25 views

How can I wrap a div around in a circle? Similar to a panorama

I have an image that I would like to wrap around the users screen. I have all the functionality in terms of pan and zoom etc... I don't know why I said "Similar" to a panorama. It IS a panorama.
0
votes
0answers
35 views

How the overlayView in ios 6 panorama implemented?

The overlayview in panorama is a preview of what you shoot. It seems easy to implement but it's not. I want to know the relationship between the rotated angle and the corresponding pixels shifted. ...
-1
votes
0answers
52 views

Bundle adjustment for 2D panorama?

How to apply bundle adjustment method for 2D panorama which images just have simple shifts? I need some global error minimization technique for planar panorama like here. Literature often talks ...
1
vote
0answers
27 views

Techniques for stitching aerial shots in opencv (or other)

I'm trying to use the openCV stitcher class to put together aerial imagery. The problem I have though is that the Stitcher class is setup for a rotating camera and I now have a translating and ...
0
votes
0answers
38 views

Panorama building via graph of relationships

I'm coding some aplication for panorama stitching. I'm using crosscorrelation for calculate relative displacement of each image(only (dx,dy)) So I have matrix(or fully connected graph) of relations ...
1
vote
0answers
48 views

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

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 ...
0
votes
0answers
74 views

Coding of rotational & cylindrical warping for panoramas

My question is regarding code implementation of rotational & cylindrical warping of panoramas. I'm using OpenCV 2.4.0 in C++. After going through some presentations, my understanding is that an ...
2
votes
1answer
197 views

SURF feature detection for linear panoramas OpenCV

I have started on a project to create linear/ strip panorama's of long scenes using video. This meaning that the panorama doesn't revolve around a center but move parallel to a scene eg. vid cam ...
0
votes
0answers
276 views

Panorama with jQuery continuous slider

Let's have a look at this paid Flash panorama visualization. I want a better free, easy and hassle-free alternative. And then I thought about jQuery. What happen when we view a panorama image into ...
6
votes
3answers
260 views

How to open camera directly in panorama mode?

I am stuck in a problem in Android 4.2 Jelly Bean. How can I open camera from my application, by default in panorama/360 photosphere mode? I have searched a lot in grepcode and also ...
0
votes
0answers
178 views

how to make arrow control in jquery of panorama?

I want to make a arrow controls like back and forward light box button in 180 degree panorama image slider and also when i click on back button or forward button its slide over the image in that ...
0
votes
0answers
40 views

Library for viewing JPEG XMP on iPhone / Objective-c

Is there any library to view spherical panoramas in JPEG (with XMP) in iPhone?
0
votes
0answers
67 views

panoramagl auto rotate

I am using panoramagl to view panos in my android application. I need to have a button that allows the user to turn on an autorotate function, basically spinning the pano without touching the screen. ...
0
votes
0answers
104 views

Creating spherical panorama view

I am new to iPhone programming, I have long big image and I want to move the images like 180 degree to create semispherical panorama view.Can anyone suggest me how to do this.And what is idea behind ...
0
votes
0answers
127 views

Supplying Camera Attitude to OpenCV Stitcher

I'm trying to use OpenCV to stitch together 360° panoramas from images captured on my iPhone. The stitching algorithm is working great, but doesn't provide any empty space for the areas that I have ...
0
votes
0answers
34 views

Panoramic images

Recently i was looking for information about panoramic images. Is there any way to generate panoramic images (sphere or not, such as Google does) programmatically (i mean webdev). For example we have ...
2
votes
2answers
138 views

How can I make my image animation smoother?

I made a panorama app that scrolls the image automatically, from left to right to left and so on. It works nicely, except for the fact that it doesn't quite scrolls as smoothly (meaning constant ...
2
votes
1answer
254 views

OpenGL 360 degree perspective

I'm looking to capture a 360 degree - spherical panorama - photo of my scene. How can I do this best? If I have it right, I can't do this the ordinary way of setting the perspective to 360. If I ...
0
votes
0answers
155 views

Image Cylindrical Projection using OpenCV and Python

Hi I wish to know is there anyway for Python to call out cylindrical projection to an image from opencv? Thanks for any reply i really do need help >< PS: I already done image stitching for ...
3
votes
1answer
669 views

libraries to CAPTURE panorama in iOS 6

There are a lot of ways and libraries to show panorama picture in iOS, Although there is a panorama feature in the built-in camera there is no way to use it within an app. Is there any library I can ...
0
votes
1answer
251 views

How to track camera movement for each frame in a panorama (OpenCV // Android)

After my old development/test tablet ate itself, I'm back to work on my camera app, and am now working on creating panoramas. I'd like to be able to direct the user using four on-screen arrows (move ...
1
vote
0answers
65 views

Can a panorama viewer effect be done with TranslateAnimation?

I made an Image Viewer with TouchImageView that I forked to my needs. In particular, you can fit the image vertically in the screen, and then drag the image from left to right. This is nice for a ...
0
votes
1answer
142 views

Panorama picture as a child view in Android

I am using Panoramagl library for android to display some panoramic pictures. The example project is working great. The Problem is that now I want to display panoramic picture as a child view and I ...
1
vote
2answers
537 views

Capture panorama image from iPhone camera in ios6

Is there any way to programatically create a panorama image using iPhone camera ? like in iOS 6 capture panorama image feature. Any idea how it's work or API on it, which is help me.Thanks in ...
2
votes
1answer
317 views

Multiple custom Streetview generation

I want to show another streetview pane on the screen. I bound the "redraw()" function to the button onclick event. The calling of redraw() function from the onclick event failed to draw another ...
1
vote
0answers
235 views

Creating a panoramic viewer

Goal is to create a panoramic viewer using c# and xna. My code is to include a sphere as fbx, apply the texture of the panorama to the inside, put the viewer in the center. This has already been done ...
0
votes
1answer
95 views

PanoramaGL ARC issue

I got compiling issues when I'm trying to compile PLPanoramaBase library. I solved it and posted my solution to google code. But there are still somebody ask me through the email so that I decide to ...
1
vote
2answers
161 views

simple Panorama jQuery not loading with AJAX in Geomashup

Hy i try to use the Simple Panorama Plugin in wordpress, loaded in a post trough AJAX with Geomashup. Here the post loaded with geomashup and AJAX: http://bontex.mu/geo/ Unfortunately is the Panorama ...
0
votes
0answers
240 views

iOS API for making a panorama?

Is there a way to easily programmatically create a panorama in the iOS? I want to include a way to create a panorama in my iPhone app, leveraging iOS6s new panorama feature, so I don't have to ...
1
vote
1answer
489 views

How do I use a Homography Matrix properly?

So I have an image, and a panoramic image. Pixels from image1 are mapped to the panorama using a Homography matrix (is that correct?). I have the Homography Matrix H. So, for each pixel in panorama, ...
0
votes
0answers
24 views

Determining wether an image is made with iOS6 panorama feature

Has anyone found out a way yet to determine if an image stored on an iphone with iOS6 has been made with the new panorama feature? I looked into the EXIF metadata, but couldn't find anything specific. ...
0
votes
1answer
51 views

Windows Phone Dev. Adding items to Pan-Page doesn't work

Allright, so here I have a pesky problem: I have <!--Panorama item one--> <controls:PanoramaItem Header="Search"> </controls:PanoramaItem> and what I simply want to ...
0
votes
0answers
371 views

OpenCv In Android for Image Stitching

im currently working in an image stitching app.But while importing opencv library project,it doesn't shows any image stitching library. I used " OpenCV-2.4.2-android-sdk " .But while importing this ...
0
votes
0answers
82 views

Drawing info markers on the items in the cubic panoram using texture in opnegl es 1.1 ios using phi and theta of item

I have created cube in opnegl using following code glEnableClientState(GL_VERTEX_ARRAY); glEnableClientState(GL_TEXTURE_COORD_ARRAY); glEnable(GL_TEXTURE_2D); const GLfloat cubeVertices[6][12] = { ...
0
votes
0answers
152 views

Tiling Panorama Image and create Layers [closed]

I have a panoramic image (10568x4033) i want to use with Google Maps API v3 Custom Street View: I need to do the following: create zoom levels(say about ~5 layers) tile each layer @ 512x512. ...
0
votes
1answer
1k views

HTML5 canvas panorama effect

I want to make a panorama viewer in HTML5, I have managed to place images in my canvas so that they form the 360 degree image and used a jQuery plugin to make the effect of scrolling sideways. Now to ...
1
vote
3answers
1k views

open source library to construct panoramic photos on iOS?

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 ...
1
vote
1answer
439 views

iPhone iOS open source gyroscope based spherical coordinate system viewer, like 360 panorama or tour wrist

I'm looking for an iPhone based, preferably iOS5 with ARC project that uses the iPhone4's gyro to look around in spherical coordinate system. The phone is at the center of a sphere, and by looking at ...
0
votes
1answer
404 views

AIR for iOS: 360° panorama viewer

I'm working on an iOS application using AIR for iOS and am requested now to add support for 360° panorama images. There are a few Flash panorama players available, but they create SWF files which I ...
2
votes
1answer
977 views

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

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, ...
1
vote
1answer
183 views

Viewing Equirectangular Map

I'm writing an equirectangular map viewer, all the stuff I have found so far are about the projection, conversions and inverse ones, which is the easiest part. I don't want to use OpenGL or DirectX ...
0
votes
1answer
234 views

How to define a Map Perspective Homography in C#

I want to stitch some image to a panorama image. But i can't understand how to define a "Map Perspective Homography". Can you tell me how to define it? Thanks!
0
votes
3answers
1k views

HTML 5 Panotour Pro implementation

I cannot find any information regarding on what to write to display my virtual tour exclusively in HTML 5. Anyone?
0
votes
1answer
268 views

Are there any existing 360° panoramic photo libraries?

We're starting a web application where we would like to implement virtual-tours of the most relevant parts of our university. For this we would most likely use 360° panoramic photos. The idea is to ...
3
votes
2answers
3k views

Best Panorama Jquery plugin for images with this format

i need to replace my old FLASH panorama viewer by a jquery/javascript version. If you check, you will see that the walls/corners/edges are rounded so you seee it normal when you apply the panorama ...
0
votes
1answer
98 views

Creating walkable N-E-S-W world from photos

I have a set of 100 photos from a 40x40m area outside in the woods. The 40x40 area was divided up into 10m sections so there are 25 locations where pictures were taken. At each location, a picture ...
1
vote
2answers
814 views

Panorama hotspot implementation

I've recently developed an application that view a panorama 360 image, using Panoramagl library for iPhone, and i wanna enhance it and make more features like hotspot. I've tried to look at a ...
2
votes
1answer
410 views

How to load data fast on listboxes in Panorama View?

I'm here because I'm stuck on this very annoying problem. I will try to explain as clear as I can. I have a Panorama control on my Windows Phone xaml page, with several PanoramaItems. Inside each ...

1 2