stereoscopy Questions
3
-- Update 2 --
The following article is really useful (although it is using Python instead of C++) if you are using a single camera to calculate the distance: Find distance from camera to object/ma...
Hintze asked 13/6, 2013 at 20:3
1
Turning on "Split Stereo Display (non head-mounted)" results in the scene being rendered side by side. It is worth noting that the objects appear without any distortion, the proportions are as-is.
...
Eolande asked 10/1, 2018 at 9:15
2
Solved
My stereo camera has different resolutions 1280x480, 640x240 and 320x120. (The camera stream a synchronized pair of images 640X480 pasted horizontally that's why is 1280x480).
I have used the algo...
Mccarty asked 20/7, 2017 at 12:43
1
I was implementing the depth map construction, code of which (in Python) is available here OpenCv Docs - depthMap I was successful in getting the depth map as they showed in the doc for their given...
Leicestershire asked 11/3, 2017 at 16:35
0
Although Apple's documentation clearly states they support stereoscopic views on the Mac with the kCGLPFAStereo and NSOpenGLPFAStereo pixel format attributes, I've been unable to get any semblance ...
Shakira asked 9/12, 2015 at 5:34
2
Solved
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, ...
Crean asked 10/6, 2015 at 6:46
3
I'm trying to calibrate my two Point Grey (Blackfly) cameras for stereo vision. I'm using the tutorial stereo_calib.cpp that comes with OpenCV (code below). For some reason, I'm getting really bad ...
Ligure asked 10/6, 2014 at 0:1
1
Solved
I am developing an application for treatment of children. It must show different images for left and right eyes. I decided to use cheap red-cyan glasses for separating the fields of view of the eye...
Audre asked 13/8, 2014 at 23:44
2
Solved
I have a 3D TV and feel that I would be shirking my responsibilities (as a geek) if I didn't at least try to make it display pretty 3D images of my own creation!
I've done a very basic amount of O...
Booster asked 26/7, 2011 at 9:9
1
Solved
I have a stereo-calibrated camera system calibrated using OpenCV and Python. I am trying to use it to calculate the 3D position of image points. I have collected the intrinsic and extrinsic matrice...
Casmey asked 11/3, 2014 at 18:51
1
Solved
I try to generate disparity of stereo image by using OpenCV and optimize performance by using GPU but the results of them are different.
StereoSGBM initialize
StereoSGBM sbm;
sbm.SADWindowSize = ...
Manipular asked 3/3, 2014 at 9:8
1
Solved
I am working on Stereo vision task and I would like to get the distance between stereo vision cameras and the object. I am using Matlab with Computer Vision System Toolbox.
I have calibrated camera...
Gogh asked 13/11, 2013 at 14:54
1
Solved
I'm trying to estimate depth from a stereo system with two cameras. The simple equation that I use is:
Baseline*Focal
Depth = ----------------------
Disparity
The field of view of the two came...
Ouellette asked 17/10, 2013 at 7:48
3
I'm new in this field and I'm trying to model a simple scene in 3d out of 2d images and I dont have any info about cameras. I know that there are 3 options:
I have two images and I know the model...
Melodie asked 26/1, 2012 at 22:43
3
Solved
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 f...
Arezzini asked 11/8, 2011 at 21:20
1
Solved
We have been considering buying a 3D-ready LCD monitor along with a machine with a 3D-stereoscopic vision capable graphics card (ATI Radeon 5870 or better). This is for displaying some scientific d...
Meade asked 20/9, 2011 at 10:59
1
I'm trying to use SlimDX and DirectX10 or 11 to control the stereoization process on the nVidia 3D Vision Kit. Thanks to this question I've been able to make it work in DirectX 9. However, due to s...
Gothicism asked 11/9, 2011 at 11:18
1
I am attempting to use OpenCV to take stereo image pairs...ie a left and a right image of the same subject...and then correct them for rotation and translation without knowing any of the properties...
Camelopardus asked 3/5, 2011 at 16:30
3
Solved
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?
Ctenidium asked 5/6, 2011 at 7:45
1
Solved
I posted earlier with a problem regarding the same program but received no answers. I've since corrected the issue I was experiencing at that point, only to face a new problem.
Basically I am auto...
Dill asked 9/5, 2011 at 13:3
1
© 2022 - 2024 — McMap. All rights reserved.