Questions tagged [stereoscopy]

Stereoscopy refers to a technique for creating or enhancing the illusion of depth in an image by presenting two offset images separately to the left and right eye of the viewer.

Stereoscopy refers to a technique for creating or enhancing the illusion of depth in an image by presenting two offset images separately to the left and right eye of the viewer.

This technique is distinguished from 3D displays that display an image in three full dimensions, allowing the observer to increase information about the 3-dimensional objects being displayed by head and eye movements.

Source: http://en.wikipedia.org/wiki/Stereoscopy

172 questions
0
votes
2 answers

OpenCV stereo matching inverted output

I am trying to get stereo matching working with artificial depth images. The matching seems to come out good (no occlusions) but inverted( black = close, white = far) int main() { Mat img1, img2, g1, g2; Mat disp, disp8; img1 =…
user1031204
  • 701
  • 1
  • 8
  • 30
0
votes
1 answer

How to find out the specs of a stereoscopic lens attached to a smart phone?

I bought a cheap snap on stereoscopic lens from here: http://www.aliexpress.com/item/New-3d-Lens-for-Iphone-6-6s-Plus-5-5s-Samsung-Galaxy-S5-S6-Edge-Note/32526390597.html?ws_ab_test=searchweb201556_2,searchweb201644_0,searchweb201560_4 I am trying…
KelvinIPE
  • 29
  • 1
  • 8
0
votes
1 answer

Get textured pointcloud with Block-Matching-Algorithm

I want to texture a generated pointcloud with the original image color from two images. For this I calculated the disparity-map with Block-Matching and did the reconstruction. Also writing an export function for .ply-files wasn't a big deal. My…
attenbe
  • 5
  • 5
0
votes
4 answers

Google Cardboard + Vuforia - Camera size is small

I'm trying to integrate Google Cardboard SDK to Vuforia Unity project. The way of achieving this is described here. My problem is that the camera size is too small. I'm uploading pictures to explain it better: Here is what I achieved. Here is what…
dephinera
  • 3,703
  • 11
  • 41
  • 75
0
votes
1 answer

DirectX Stereoscopic Projection Transformation for 3D Perception

I am trying to Change my Monocular DirectX Engine into a Stereoscopy Renderengine for Oculus Rift. What is missing, is the Stereoscopic Projection Transformation to achieve a 3D Perception. For now, I am using still my Standard monocular projection…
Max
  • 35
  • 2
  • 7
0
votes
2 answers

Generating 3D TV stereoscopic output programmatically

Do you know what would be the best approach to generate 3D output for one of these new "3D ready" televisions from software. Our application have some nice 3D visualizations, we want these to look nice. Also, how feasible is it to generate it from a…
CodexDraco
  • 23
  • 4
0
votes
1 answer

OpenCV stereoCalibrate parameters

I'm setting up a stereo camera system (with two cameras). I'm trying to get rotation matrix and translation vector with OpenCV in c++. I have computed matrix camera and distortion vector for each camera using cameraCalibrate opencv function. Now I'm…
Bino
  • 1
  • 4
0
votes
2 answers

GStreamer Videomixer Raspivid

I have searched all over the place and have not found anyone using the videomixer function from gstreamer with the raspberry pi's raspivid. I am trying to duplicate the raspivid output and merge them side by side and then eventually send a stream…
0
votes
1 answer

Use Open CV Python to create dispairty map with StereoBM with diagonal parallax

I have a stereo pair and would like to create a disparity map. However, the shift between the two images in not simply left to right or up and down, but some combination of the two. I have tried to use the StereoBM function in Open CV Python but the…
Jetstar
  • 1
  • 1
  • 2
0
votes
1 answer

Stereoscopic camera for depth measurement

Been reading this paper: http://photon07.pd.infn.it:5210/users/dazzi/Thesis_doctorate/Info/Chapter_6/Stereoscopy_(Mrovlje).pdf to figure out how to use 2 parallel camera to find the depth of an object. Seems like some how we need the field of view…
KelvinIPE
  • 29
  • 1
  • 8
0
votes
0 answers

Stereoscopic 3D view in OpenGL 2.0

I have been hunting around everywhere for an example, demo code or tutorial of a side by side (Stereoscopic) OpenGl example for Android. I believe it require the use of gl_Scissor, with the explosion of new VR smart phone devices (vRase, OpenDive)…
Burf2000
  • 5,001
  • 14
  • 58
  • 117
0
votes
1 answer

How to estimate the disparity/depth map limits from stereo geometry parameters?

i'm trying to estimate an upper limit for the disparity between some points in a stereo pair. I know the following parameters: converge angle: 2.2° baseline: 77 mm focal length: 6.3 mm Xresolution: 72 Yresolution: 72 resolution unit: 0x2 (inch) i…
user2614596
  • 630
  • 2
  • 11
  • 30
0
votes
1 answer

OpenCV Stereo Matching Essential Matrix weird values

I have a stereo setup using OpenCV and two webcams. I computed essential and fundamental matrices, intrinces extrinces etc using BM correspondancy algorithm. Now I want to find the matching point of a pixel in left image in the other image. To do…
dramaticlook
  • 653
  • 1
  • 12
  • 39
0
votes
1 answer

opencv detect real world coordinates

I have followed the stereo implementation from book "Learning OpenCV". I have the fundamental, essential, rotation, translation matrices and how do I calculate the real world position of an object that I have clicked on?
dramaticlook
  • 653
  • 1
  • 12
  • 39
0
votes
1 answer

Which glasses for stereoscopy java program?

I am trying to develop a 3D program in Java, which would use stereoscopy. I'm quite new in this domain, and don't know exactly how everything works. After some research, I've heard of NVIDIA 3D Vision and Java3D. What do I need to easily display 3D…
Jérémy Dutheil
  • 6,099
  • 7
  • 37
  • 52
1 2 3
11
12