3D reconstruction using x-ray images
I am trying to do a 3D reconstruction from X-ray images/2D images using OpenCV. I am using nodejs and the js version of OpenCV. The result that im trying to get is the 3D bone structure(can be a point cloud) from a 2D X-ray image(multiple views may be available). Open source codes(in python/c/c++)/algorithms/guides/anything is appreciated.
Thank you
Are you able to use Stereo Camera/Images?
No, Im using uncalibrated images. Basically the idea that i am trying to implement is, use the stereo_match.py sample given in the OpenCV source as base an then from there, do some tweaks and make it work for xrays? But if I am able to find a better method to get the 3D recontruction, it would be great.