Author Topic: Is it possible to construct a 3D model from some pictures  (Read 1762 times)

Offline rachid

  • byte
  • *
  • Posts: 3
    • View Profile
Is it possible to construct a 3D model from some pictures
« on: January 13, 2016, 05:50:06 pm »
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,

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Is it possible to construct a 3D model from some pictures
« Reply #1 on: January 13, 2016, 05:53:40 pm »
What does a 'list of pictures' mean in this context?

Offline rachid

  • byte
  • *
  • Posts: 3
    • View Profile
Re: Is it possible to construct a 3D model from some pictures
« Reply #2 on: January 13, 2016, 06:30:17 pm »
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 :)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Is it possible to construct a 3D model from some pictures
« Reply #3 on: January 13, 2016, 06:44:21 pm »
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.

Offline rachid

  • byte
  • *
  • Posts: 3
    • View Profile
Re: Is it possible to construct a 3D model from some pictures
« Reply #4 on: January 14, 2016, 01:16:07 pm »
Great,

Thanks for your answer :-)