Skip to content

Accuracy and performance benchmark tool for Innovatrics' ANSI&ISO SDK.

License

Notifications You must be signed in to change notification settings

tomas-krupa/ansi_iso_accuracy_test

Repository files navigation

ansi_iso_accuracy_test

Build Status

Accuracy and performance benchmark tool for Innovatrics' ANSI&ISO biometric SDK.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project is using conan.io for dependencies management, cmake for build generation.

You need to access to Innovatrics' conan repository or have ANSI@ISO SDK conan package in cache in order to build the project.

You need ANSI@ISO license in order to run the project. Please contact support@innovatics.com in refer to the license.

Get the source, create a build directory and jump into it:

git clone https://github.com/tomas-krupa/ansi_iso_accuracy_test.git
cd ansi_iso_accuracy_test
mkdir _build && cd _build

Invoke conan to install dependencies and configure your build:

conan install -u -b outdated ..

To build the library, run conan build:

conan build ..

Preceding commands build the library localy and don't install the package to local conan cache. To create and install the package to local cache, run conan create in source directory:

conan create . user/channel

For more information on conan usage, see the conan documentation.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Apache 2.0 License

About

Accuracy and performance benchmark tool for Innovatrics' ANSI&ISO SDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published