Top "3d-reconstruction" questions

In computer vision and computer graphics, 3D reconstruction is the process of capturing the shape and appearance of real objects.

Essential Matrix from Fundamental Matrix in OpenCV

I've already computed the Fundamental Matrix of a stereo pair through corresponding points, found using SURF. According to Hartley and …

opencv computer-vision camera-calibration 3d-reconstruction
Camera motion from corresponding images

I'm trying to calculate a new camera position based on the motion of corresponding images. the images conform to the …

opencv rotation translation motion 3d-reconstruction
Reconstruction a 3D point from two 2D points?

OpenCV contains a lot of support for 3D reconstruction from stereo cameras. In my case i have two cameras, and …

opencv 3d-reconstruction
3D model reconstruction from a set of 2D image slices using OpenCV?

I have several questions on 3D reconstruction with a set of 2D image slices using OpenCV: What are the steps …

c++ opencv image-processing 3d-reconstruction