Top "Stereoscopy" questions

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.

OpenCV Stereo Camera Calibration/Image Rectification

I'm trying to calibrate my two Point Grey (Blackfly) cameras for stereo vision. I'm using the tutorial stereo_calib.cpp …

c++ opencv camera-calibration stereo-3d stereoscopy
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 …

opencv camera distance stereo-3d stereoscopy
3d reconstruction from 2 images without info about the camera

I'm new in this field and I'm trying to model a simple scene in 3d out of 2d images and …

c++ opencv 3d-modelling stereoscopy 3d-reconstruction
Calculate distance (disparity) OpenCV

-- Update 2 -- The following article is really useful (although it is using Python instead of C++) if you are …

opencv distance vision stereoscopy disparity-mapping
Unity- Photosphere Photo Viewer for Google Cardboard

I am trying to build a Photosphere-like application with Unity3D and use it along with Google cardboard. I need …

unity3d google-cardboard panoramas stereoscopy
Using OpenCV descriptor matches with findFundamentalMat

I posted earlier with a problem regarding the same program but received no answers. I've since corrected the issue I …

c++ arrays vector opencv stereoscopy
How to calculate 3D object points from 2D image points using stereo triangulation?

I have a stereo-calibrated camera system calibrated using OpenCV and Python. I am trying to use it to calculate the 3…

python opencv image-processing triangulation stereoscopy
OpenCV stereo camera, detect object distance

Im a newbie to OpenCV, Ive built openCV and installed Qt to run the example http://code.google.com/p/…

opencv distance stereo-3d stereoscopy
OpenCV Big difference between StereoSGBM and gpu::StereoBM_GPU

I try to generate disparity of stereo image by using OpenCV and optimize performance by using GPU but the results …

opencv image-processing gpu stereoscopy disparity-mapping
How can I compute the dense disparity map from to stereo images?

How can I compute the dense disparity map from to stereo images ? My idea so far was to go over …

c++ image-processing stereoscopy disparity-mapping