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:
Current detection methods:
The software is developed and tested under:
Requirements:
The latest software release can be downloaded from here.
tar xzf tapir.tgz
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.
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.
Researchers working on this project:
For more information on this research project, please contact Thomas Lampe.