Open Source Initiative Tapir

Tapir: Modular Vision Toolkit

Tapir is intended as a versatile, easily configurable tool for object detection. It divides the common steps during detection into several classes of modules, which can then be exchanged and mixed to fit any given situation.

Features:

Screenshot of the histogram detection

Current detection methods:

Supported Platforms

The software is developed and tested under:

Requirements:

Download

The latest software release can be downloaded from here.

Installation

  1. Get a fresh copy of Tapir
  2. Unpack the source code
    • tar xzf tapir.tgz
  3. Compile the program
    • mkdir build
    • cd build
    • cmake ..
    • make install

Tapir will automatically install a suitable version of OpenCV, preferably from an archive hosted on our own servers. You can also use either the newest version from the OpenCV repositories or whichever version you have installed globally on your system; options to do so will be presented when invoking cmake.

Documentation

The most recent manual is included in the source package, and can be generated using Doxygen by typing make doc while in the build directory.

People

Researchers working on this project:

Contact

For more information on this research project, please contact Thomas Lampe.