How can I make a rough 3D model from different 2D images of different views of a foot

1 view (last 30 days)
I am trying to make a 3D model of human foot. I am new at using MATLAB for 3D plots. I need to reconstruct a rough model of human foot in MATLAB from minimum images. What I thought of that 1 can take foot outline. Then take it as a base and create a mesh having say length(l) width(w) and height(h). In this mess i would make the foot outline as the base and just extend it till height h. And similarly I was thinking of taking a side view and making a mesh and then overlapping both the mesh. The overlapped image should logically give a rough foot 3D model. Can someone help me to code the same or provide any guidance on how should I go about?

Answers (1)

Dima Lisin
Dima Lisin on 21 Nov 2014
You do the reconstruction using a calibrated stereo pair of cameras. Take a look at this example.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!