depth first search

“We can only see a short distance ahead, but we can see plenty there that needs to be done."

High Batting Averages

One name keeps coming up when pundits discuss who accurately predicted the current crisis. Does he pick lottery numbers?

OpenCV and Python

You may have come across the following issue with OpenCV Python bindings: image = cv.cvCreateImage(size, cv.IPL_DEPTH_8U, 3) image.imageData = data # set some data Trying to set the “data” of an OpenCV image directly fails. The problem is in the underlying SWIG code that attempts to make the imageData field available for writing at the [...]