Top "Depth" questions

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

Python: Maximum recursion depth exceeded

I have the following recursion code, at each node I call sql query to get the nodes belong to the …

python recursion max depth tree-traversal
Python: maximum recursion depth exceeded while calling a Python object

I've built a crawler that had to run on about 5M pages (by increasing the url ID) and then parses …

python algorithm recursion web-crawler depth
OpenCV: How to visualize a depth image

I am using a dataset in which it has images where each pixel is a 16 bit unsigned int storing the …

c++ opencv visualization kinect depth
Listing the content of a tar file or a directory only down to some level

I wonder how to list the content of a tar file only down to some level? I understand tar tvf …

bash tar ls depth
Implementing Depth First Search into C# using List and Stack

I want to create a depth first search which I have been somewhat successful in. Here is my code so …

c# search vertex depth edges
Precision of the kinect depth camera

How precise is the depth camera in the kinect? range? resolution? noise? Especially I'd like to know: Are there any …

kinect depth
Convert 16-bit-depth CvMat* to 8-bit-depth

I'm working with Kinect and OpenCV. I already search in this forum but I didn't find anything like my problem. …

c++ opencv input kinect depth
Hitting Maximum Recursion Depth Using Pickle / cPickle

The background: I'm building a trie to represent a dictionary, using a minimal construction algorithm. The input list is 4.3M …

python recursion tree pickle depth
Python/OpenCV: Computing a depth map from stereo images

I have two stereo images that I'd like to use to compute a depth map. While I unfortunately do not …

python opencv depth
OpenCV imwrite saving complete black jpeg

I have done some pre processing for dft , and i am trying to save this image by imwrite. My cropped …

c++ opencv matrix save depth