Matlab z buffer for simulating kinect
We are trying to simulate si开发者_StackOverflow中文版mple kinect output.
I have rendered a triangle mesh in Matlab and now I want to get at the depth buffer of the figure/axis where the shape has been rendered. How do I do that in matlab? i.e. how do I access the depth buffer of a figure?
You could try this.
精彩评论