Top "Depth" questions

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

Kinect raw depth to distance in meters

I am trying to convert Kinect depth map to distance in meters. The problem is that for depthmap value '1080…

kinect depth
Three.js / WebGL - transparent planes hiding other planes behind them

When you have two planes in Three.js / WebGL and one or both of them are transparent, sometimes the plane …

javascript three.js webgl depth zbuffer
Q matrix for the reprojectImageTo3D function in opencv

I am doing a project in opencv to detect obstacle in the path of a blind person using stereo calibration. …

opencv depth stereo-3d 3d-reconstruction disparity-mapping
OpenCV: assertation failed ((img.depth() == CV_8U || img.depth() == CV_32F) && img.type() == templ.type())

I get this error from above and don't know how to avoid it. My aim is to get a screenshot …

c++ opencv depth
Calculate surface normals from depth image using neighboring pixels cross product

As the title says I want to calculate the surface normals of a given depth image by using the cross …

c++ opencv depth normals cross-product
OpenCv depth estimation from Disparity map

I'm trying to estimate depth from a stereo pair images with OpenCV. I have disparity map and depth estimation can …

c++ opencv computer-vision depth disparity-mapping
A circular reference has been detected when serializing the object of class "App\Entity\User" (configured limit: 1)

I am faced with a problem that gives me this error: A circular reference has been detected when serializing the …

symfony serialization reference circular-dependency depth
opencv stereo vision depth map, code does not work

I am studying on stereo vision depth map and I am using the opencv library.I wrote a program to …

c++ opencv map depth
What's the best depth map generation algorithm?

I'm into a 2D-to-3D application project and I'm looking for a method to produce the depth map of a …

algorithm methods map depth
Depth as distance to camera plane in GLSL

I have a pair of GLSL shaders that give me the depth map of the objects in my scene. What …

opengl 3d glsl shader depth