"While the "how" behind it is no doubt complicated..."
Doesn't seem that complicated, really. The OpenCV book on the table is a nice giveaway to how it's put together.
After working with OpenCV for a while, it's an awesome and totally underrated project. I think anyone working on this new wave of apps (mobile, Kinect, etc) needs to know how to use this library.
Agreed. Seems like a simple application of rectangle detection, coordinate conversion, and use of socket libraries. The first two even come pre-packaged with the OpenCV distribution.
3 comments
[ 3.7 ms ] story [ 17.4 ms ] threadDoesn't seem that complicated, really. The OpenCV book on the table is a nice giveaway to how it's put together.
After working with OpenCV for a while, it's an awesome and totally underrated project. I think anyone working on this new wave of apps (mobile, Kinect, etc) needs to know how to use this library.