I'm looking for a C# sample project, tutorial, assembly to perform a simple image projection on a given 3D surface using kinect.
- Kinect provides a depth image that could be transform to 3D cloud of point
- I 'd like to Map an image to this point of cloud
I assume Image should be stretch by a transformations matrix to fit correctly ?
For example: projecting a checkerboard on a table