I have several questions on 3D reconstruction with a set of 2D image slices using OpenCV:
What are the steps or the process on recreating a 3D model from a set of 2D image slices?
How would I start with 3D reconstruction using OpenCV? I heard OpenCV Viz works but I'm new to this so I'm uncertain.
Take note that the camera is not needed because I am given a set of images and I am only limited to OpenCV.
Thank in advance!
One of the most authoritative books on this is Zisserman.
The (very) high level steps are:
The OpenCV calib3d
library contains many useful functions for this process and Google is your friend for more details on how to apply them.
Also see: OpenCV with stereo 3D reconstruction, OpenCV 3D reconstruction using shipped images and examples