3D reconstruction using x-ray images

asked 2016-01-22 11:30:20 -0600

Sagar DV gravatar image

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

edit retag flag offensive close merge delete

Comments

Are you able to use Stereo Camera/Images?

Balaji R gravatar imageBalaji R ( 2016-01-25 10:48:33 -0600 )edit

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.

Sagar DV gravatar imageSagar DV ( 2016-01-25 12:32:14 -0600 )edit