revamped
authorGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:36 +0000 (08:29 +0000)
committerGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:36 +0000 (08:29 +0000)
samples/cpp/select3dobj.cpp

index ebf0616..3e9e411 100644 (file)
@@ -1,6 +1,10 @@
 /*
  *
- * select3obj.cpp
+ * select3obj.cpp With a calibration chessboard on a table, mark an object in a 3D box and
+ *                track that object in all subseqent frames as long as the camera can see
+ *                the chessboard. Also segments the object using the box projection. This
+ *                program is useful for collecting large datasets of many views of an object
+ *                on a table.
  *
  */