From 4530eebae36b4c8788241eadd27c00ca5f4d0650 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:29:36 +0000 Subject: [PATCH] revamped --- samples/cpp/select3dobj.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/cpp/select3dobj.cpp b/samples/cpp/select3dobj.cpp index ebf06162a9..3e9e41140e 100644 --- a/samples/cpp/select3dobj.cpp +++ b/samples/cpp/select3dobj.cpp @@ -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. * */