Is it possible to construct a 3D model from some pictures

Started by rachid, January 13, 2016, 05:50:06 PM

Previous topic - Next topic

rachid

Hi,

I'm using jpct to load 3D models on an Android app. Now I have a need; to construct and show 3D model from a list of pictures.

Is that possible ? and if yes please tell me how ?

Regards,

EgonOlsen


rachid

I mean that we'll have some picture of a model taken from differents sides, the purpose is to construct the 3D model using these pictures.

Thanks :)

EgonOlsen

Yes, it is possible. Others have done it already. However, jPCT-AE is a 3D engine. It can help you to build the final mesh out of triangles and it can render the results. But it doesn't contain anything related to image processing and constructing a mesh from some pictures. You would have to do this yourself.