Top "Depth" questions

The depth of a node in a tree is the length of the path to its root.

WebGL display framebuffer?

I used the WEBKIT_WEBGL_depth_texture Extension. And init the buffers below. But how am I able to draw …

javascript webgl framebuffer depth
Generate point cloud from depth image

I am trying to convert a depth image (RGBD) into a 3d point cloud. The solution I am currently using …

python image point-clouds depth projection-matrix
How to use OpenGL orthographic projection with the depth buffer?

I've rendered a 3D scene using glFrustum() perspective mode. I then have a 2D object that I place over the 3…

opengl buffer depth orthographic
Isometric depth sorting issue with big objects

I'm currently building an as3 isometric game, but I'm having a lot of problem with depth sorting. I've searched for …

actionscript-3 sorting depth isometric
how to get depth values and then convert to millimetres in OpenCV with Kinect?

I have VS2010 running with OpenCV 3.2.1 with kniect. i'm using the tutorial from here int main( int argc, char* argv[] ){ …

opencv kinect depth openni
Z buffer issue by mixing 2D sprites with 3D model

I have to create a 2d menu, over a 3d model, using XNA. Right now, I have created spritebatch for 2…

xna buffer depth
color depth reduction with opencv and LUT

I'd like to perform a color reduction via color depth scaling. Like this example: the first image is CGA resolution, …

c++ opencv colors depth