Scene Reconstruction
Is there is any tutorial which shows how to do 3-d scene reconstruction using OpenCV 2 librabries? I found one tutorial but this requires sfm library which is not there in OpenCV 2.
Is there is any tutorial which shows how to do 3-d scene reconstruction using OpenCV 2 librabries? I found one tutorial but this requires sfm library which is not there in OpenCV 2.
The SFM module is in the Opencv extra modules (a.k.a. opencv_contrib).
Download it from here: https://github.com/Itseez/opencv_contrib The README file provides the building instructions.
Note that it's only in OpenCV3, so it won't work with OpenCV2.
Asked: 2016-06-09 05:46:26 -0600
Seen: 248 times
Last updated: Jun 09 '16
What is the price of 3D face dataset? Can anyone suggest a good 3D face dataset?
Help Recovering Structure From Motion
Algorithms for 3D face reconstruction
Camera with auto-focus and 3D reconstruction
How to relocate face points in opencv / face distortion
How to use GenericDescriptorMatcher?