3D face reconstruction

I have a webcam that rotates at given angular steps around a person’s head and receives an image for each step.

I am looking for a free open source library that, starting with a set of captured images, allows me to create a 3D surface that represents a person’s head, or at least a well-defined cloud of 3D points.

Any 3D format is accepted, even if WPF XAML is preferred. I searched the watch online, but all I found was dozens of academic papers and hundreds of broken links ...

I tried MeshLab, AForge.NET, EmGUCV, OpenVis3D, but no one contained the desired function, as well as a good implementation for the main methods (for example, dense functions of three-dimensional triangles)

Any suggestion? Thanks in advance:)

+5
source share
2 answers

I can’t give you an open and closed library for solving it, but I can point you towards a number of algorithms that can be useful, some of which have widely used implementations:

+4
source
+1

All Articles