Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
2k views

Distance to the object using stereo camera

Is there a way to calculate the distance to specific object using stereo camera? Is there an equation or something to get distance using disparity or angle?
4
votes
2answers
345 views

Making a Java Program Stereo-3D

I was wondering if its possible to convert a java application (or any application) to stereo-3D (like, with the red-and-blue glasses). Is there any tool or framework that does this?
4
votes
1answer
722 views

How to calculate the fundamental matrix for stereo vision

I'm trying to write some code that will calculate the fundamental matrix to determine the relationship between stereo images. I started with the Hartley and Zisserman book that most people recommend, ...
3
votes
2answers
198 views

Adjusting one image's exposure / white balance to match another (with PIL?)

I have a cheap stereo camera rig that I use for diving. Sometimes each camera white balances or sets exposure differently. Example: http://www.chrisevans3d.com/temp/forums/left.jpg ...
3
votes
1answer
78 views

How to check recovered depth

I am using disparity map generation from 2 stereoscopic images .And then I use the normal triangulation formula depth= focallength*baseline/disparity to get the depth .How can I check that the ...
3
votes
1answer
656 views

How to control stereo-frames separately with C#? (NVIDIA 3D shutter glasses)

I’m trying to make a very simple application which would display different images on each eye. I have Asus VG236H monitor and NVIDIA 3D Vision kit, the stereo 3D shutter glasses. The I’m using C#, ...
3
votes
1answer
134 views

Merging Depth Maps for multi view stereo?

Is there a simple to implement way of merging depth maps? I take pictures of a statue from 3 different positions .Then each stereo pair produces a disparity map.I re-project it to depth using ...
3
votes
3answers
6k views

Libraries to get depth map from stereo images?

I'm going to set up some devices to perform real-time 3D motion tracking. My first idea to do so is to use a pair of cameras to take stereo image and calculate the depth map to get the 3D data I ...
2
votes
3answers
134 views

Viewing 3D Image with AMD Quad Buffer SDK - DirectX 9

I am currently working on a project and I need to display 3D image using the images that had been taken with Bumblebee2 3D Camera.I am working on a MSI AE2420 computer and it has AMD HD 5730 with 3D ...
2
votes
1answer
570 views

How can I output a HDMI 1.4a-compatible stereoscopic signal from an OpenGL application to a 3DTV?

I have an OpenGL application that outputs stereoscopic 3D video to off-the-shelf TVs via HDMI, but it currently requires the display to support the pre-1.4a methods of manually choosing the right ...
2
votes
1answer
734 views

cvReprojectImageTo3D -3d modelling from 2d images issue-

i need your help about this issue badly. i am trying to model a simple scene in 3d out of 2d images. i am using 2 images (left and right-the famous tsukuba scene) ...
2
votes
2answers
244 views

Negative Disparity Values?

How does one deal with negative disparity values when they are to be mapped onto gray scale?I try to match the left image pair with the right one and lot of the times negative values show up.Currently ...
2
votes
1answer
437 views

Disparity map code?

Could someone point me to C/C++ code that can get the disparity map between a left/right stereo pair?Even matlab would do.
2
votes
1answer
204 views

Cannot get the proper stereo from L/R pair

I run the following code with the left and the right images and get the strange result. I'm not exactly sure what I'm doing wrong. First of all, why is it cropped and why is the disparity all one ...
2
votes
2answers
123 views

What might cause OpenGL to behave differently under the “Start Debugging” versus “Start without debugging” options?

I have written a 3D-Stereo OpenGL program in C++. I keep track of the position objects in my display should have using timeGetTime after a timeBeginPeriod(1). When I run the program with "Start ...
2
votes
3answers
760 views

Is stereoscopy (3D stereo) making a come back?

I'm working on a stereoscopy application in C++ and OpenGL (for medical image visualization). From what I understand, the technology was quite big news about 10 years ago but it seems to have died ...
1
vote
0answers
46 views

OpenCV Face detect in stereo cameras

Here is what I am trying to do. Detect a person's face in 2 calibrated USB cameras individually. Get the coordinates of the face center in each camera. Calculate the corresponding point coordinates ...
1
vote
0answers
145 views

How does YouTube 3D flash player instantly switch to anaglyph in 1080p?

A 3D Youtube movie like this: http://www.youtube.com/watch?v=SmV4ieSpk4k can be watched in various 3D technics. I want to make a simular player but I can't understand how YouTube's 3D player can ...
1
vote
5answers
154 views

Howto create a real 3d game, stereo. (not 3d graphics, but 3d screen)

I need your help. Is it possible to write a game in 3d on a canvas? If so, how. Maybe a small example of 2 blocks? ** With 3d I don't mean 3d graphics in OpenGL, or on canvas while you use your brain ...
1
vote
0answers
103 views

How to write simple game/app for 3D screens (Evo3d, LG 3d)

Can anyone give me a hint or example how to write in real 3d on canvas? I do not mean 3d projected on 2d like OpenGL or vectors, but on a screen as LG 3d or EVO3d. What if I have 2 stereoscopic images ...
1
vote
2answers
766 views

Stereo vision with OpenCV

can anyone provide a good sample program on OpenCV depth maps or distance calculation?
1
vote
0answers
907 views

OpenCV 3D reconstruction using shipped images and examples

I am trying to perform a 3D reconstruction from a stereo configuration with OpenCV. For starters, I'm trying to do it on the example shipped images from OpenCV 2.2, stereo shots of a person holding a ...
1
vote
2answers
333 views

Baseline of a camera

Could someone here explain what exactly is the baseline of a camera?
0
votes
0answers
5 views

Unable to locate S3D demos…where are they?

I'm really stumped. I recently got a new computer and the Evo 3D and wanted to try developing a simple 3D app for practice. I want to try out the demos here first: ...
0
votes
1answer
32 views

How to emulate quadbuffer stereo with framebuffers and nvapi?

I am trying to do stereoscopic 3D with opengl on a later model GTX cards. The answer by datenwolf to a a prior question I asked here indicated that it was possible to emulate quadbuffer stereo using ...
0
votes
1answer
67 views

EVO 3d and drawText

I'm creating a s3d app for the evo 3d and I have all the graphics setup and working perfectly in 3d. My question is, how do I use drawText and make it 3d? So far using drawText I can only get the text ...
0
votes
0answers
31 views

integrating 3d vuxiz glasses with wpf

I am trying to figure out how to integrate vuxiz glasses with wpf. to achieve it i will need explicit control on timing of rendering of the frames. e.g. in xna we can issue an explicit render call. is ...
0
votes
2answers
127 views

Definition of a Disparity Map

I've been asked to implement an edge-based disparity map but I fundamentally don't understand what a disparity map is. Googling doesn't seem to produce a straight-forward answer. Could someone ...
0
votes
0answers
102 views

Determine x y z position from two stereo images when Z is known

I am trying to determine the X,Y,Z position of an object using stereo cameras. I determined the Z depth using triangulation, but how to get the X,Y position from two images. How to combine the images ...
0
votes
0answers
51 views

Algorithm to obtain Cyclopean view from stereo images

The titles says it all basically. I'm doing a stereo vision program. I've found great algorithms to calculate the disparity map and implemented a couple. But I can't find any algorithms for obtaining ...
0
votes
2answers
719 views

Stereovision algorithms

For my project, supposed to segment closest hand region from camera, I initially try openCV's stereovision example. However, disparity map looks very bad and its useless for me. Is there any other ...
0
votes
0answers
114 views

Stereo perspective scrollable view iPhone using core animation or quartz

I want to develop a view for iPhone which will look like as the attached image, which will have a list of images. where user can swipe left and right. When user clicks on a particular image, it should ...
0
votes
0answers
87 views

Why the dual of an Absolute Conic is a Dual of an Absolute Quadric?

Absolute Conic is a 3X3 matrix, how come the dual of that becomes a 4X4 matrix a dual of Absolute Quadric ?
0
votes
1answer
487 views

Using OpenCV to correct stereo images

I intend to make a program which will take stereo pair images, taken by a single camera, and then correct and crop them so that when the images are viewed side by side with the parallel or cross eye ...
0
votes
1answer
143 views

Refining Disparity maps?

Can anyone tell me of a method to refine disparity maps? I am trying to generate the disparity map of a face but the features like eyes, nose ,lips etc are not clear.How can I refine it to make it ...
0
votes
1answer
102 views

Error getting 3D points from Disparity

So I calculate the disparity between 2 stereo images(left and right).It looks correct (because it is somewhat similar in shape to the original image).After this I use the line :- ...
0
votes
1answer
115 views

StereoReconstruction from Images

Is it possible to get some good reconstructed surfaces from bumbleebee cameras (produced by Point Gray Research).Does any one has any information regarding this?I am looking for a fairly simple ...
0
votes
2answers
91 views

What (screen-) colors should I use along with 3d glasses?

While cleaning up the attic, I found a pair of 3d-glasses with the left "eye" being blue and the right one being red. Just for the fun of it, I then created a program that draws a cube (the edges) in ...
0
votes
2answers
709 views

stereo in QT using Open GL

I am trying to make a stereo window in QT--I seem to be lost in the interaction of QT and OpenGL. I have set the stereo context in my GL initialization code QGLFormat fmt fmt.setStereo(true) and ...