KdImageTrack
The Kudan C++ library for the detection and tracking of markers
KdImageTrack is released under GPL V3 see KdImageTrack-gpl.txt for details.
KdImageTrack dependencies and their licenses are listed under KdImageTrack-dependencies.txt.
For a closed-source version of KdImageTrack for commercial purposes, please contact to hello@kudan.eu.
Getting Started
These instructions will get a copy of the project up and running on your local machine for development purposes.
Prerequisites
macOS
XCode 8.2.1 or later.
Installing and Building
Clone the repository.
macOS
Open KdImageTrack.xcodeproj
in Xcode, located in the root directory.
Select the KdImageTrack-macOS
scheme and build for the compiled static libraries.
Various demo schemes also exist to give examples of the static library's usage.
Running tests
Select and build the IntegrationTests
scheme in Xcode.