Skip to content

OpenSourceComputerVisionCVPR2010

Maksim Shabunin edited this page Jul 29, 2015 · 1 revision

Open Source Vision Software, Intro and Training (CVPR 2010)

This tutorial was lead by

*(VLFeat:) Andrea Vedaldi, Brian Fulkerson,

  • (Generic Image Library:) Hailin Jin, Lubomir Bourdev,
  • (OpenCV:) Gary Bradski, Vadim Pisarevsky and
  • (PCL:) Radu Rusu,

see the tutorial page.

The programming exercise is now included in OpenCV download in
.../opencv/samples/cpp/select3dobj.cpp

This program allows you to:

  1. Put down a calibration chessboad
  2. Draw a 3D box around the object you want to capture
  3. As you move the camera (as long as both the calibration pattern and the object can be seen), the program will output a
  4. 3D bounding box in the calibration coordinate sys.
    • given as 4 points, 3 on the ground plane and one point that gives the “Z” height from the plane.
  5. For each object view:
    • R,T of the bounding box points
    • File name of the tight grab cut segmented image
Clone this wiki locally