Closed GoogleCodeExporter closed 9 years ago
Hi,
This kind of question might work better on the structured light google group:
http://groups.google.com/group/structured-light
In short, the triangulation step is currently not proper triangulation at all
but something that resembles a depth image. For example, in the Processing app:
http://code.google.com/p/structured-light/source/browse/trunk/Processing/ThreePh
ase/PhaseUnwrap.pde
You'll see there is a function makeDepth() doing this depth image-like step.
If you want to properly triangulate your phase image to xyz coordinates, I
recommend looking at Zhang's "Recent progresses on real-time 3D shape
measurement using digital fringe projection techniques" in section 2.5 where he
explains this.
Original comment by kylecimc...@gmail.com
on 27 Sep 2010 at 5:01
Original issue reported on code.google.com by
andre01...@gmail.com
on 26 Sep 2010 at 6:12