# From 2d image of fringe light projection to 3d object

**URL:** https://discourse.paraview.org/t/from-2d-image-of-fringe-light-projection-to-3d-object/15714
**Category:** ParaView Support
**Created:** [November 12, 2024, 2:30pm UTC](https://discourse.paraview.org/t/from-2d-image-of-fringe-light-projection-to-3d-object/15714 "2024-11-12T14:30:39Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Silvan](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/s/e95f7d/32.png) [@Silvan](https://discourse.paraview.org/u/Silvan)
#### Post date: [November 12, 2024, 2:30pm UTC](https://discourse.paraview.org/t/from-2d-image-of-fringe-light-projection-to-3d-object/15714/1 "2024-11-12T14:30:39Z")

</div>

Hi everyone, this is a 2D image obtained by projecting a black and white fringe light. Is it possible with some paraview function to estimate the 3d shape of the object from this information? thanks in advance!  
 ![IMG_20241112_152050](https://discourse.paraview.org/uploads/default/original/2X/6/6a773a97a1a2457cc369f868fd282eb8a5a1b5ef.jpeg)

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [November 12, 2024, 3:25pm UTC](https://discourse.paraview.org/t/from-2d-image-of-fringe-light-projection-to-3d-object/15714/2 "2024-11-12T15:25:29Z")

</div>

Welcome to the ParaView community, @Silvan!

Unfortunately, ParaView does not have methods for 3D reconstruction from 2D images like this.

---

<div class="post-metadata">

### Author: ![Silvan](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/s/e95f7d/32.png) [@Silvan](https://discourse.paraview.org/u/Silvan)
#### Post date: [November 12, 2024, 3:45pm UTC](https://discourse.paraview.org/t/from-2d-image-of-fringe-light-projection-to-3d-object/15714/3 "2024-11-12T15:45:15Z")

</div>

Thanks for your reply Cory!

Do you know any software that can do this?

Anyway, can Paraview provide information about the curvature of the lines in the image? For example from less curvature to greater curvature by associating this information with different colors? Thank you

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [November 12, 2024, 3:49pm UTC](https://discourse.paraview.org/t/from-2d-image-of-fringe-light-projection-to-3d-object/15714/4 "2024-11-12T15:49:36Z")

</div>

In terms of applications, you may have better luck with [3D Slicer](https://www.slicer.org/). If you have programming skills, you might look at [itk.org](https://itk.org/) which has some curvature-related operations available.

---

<div class="post-metadata">

### Author: ![Silvan](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/s/e95f7d/32.png) [@Silvan](https://discourse.paraview.org/u/Silvan)
#### Post date: [November 12, 2024, 3:51pm UTC](https://discourse.paraview.org/t/from-2d-image-of-fringe-light-projection-to-3d-object/15714/5 "2024-11-12T15:51:28Z")

</div>

Thank you!
