Iris SDK  1.0
Iris Recognition Software Development Kit
Getting started

1. Download

Download necessary packages from ftp.

Download

Ubuntu 18.04

Centos 7

Windows

All libraries, executable files, headers, docs and algorithms are in the archive.

2. Install

Ubuntu 18.04

install downloaded packages with

> dpkg -i <package_name1>
> dpkg -i <package_name2>
> ...
> dpkg -i <package_nameN>
> apt-get install -f

Centos 7

install downloaded packages with

> yum -y install epel-release 
> yum -y localinstall <rpm_package1>
> yum -y localinstall <rpm_package1>
> ...
> yum -y localinstall <rpm_packageN>

3. Get the license

How to get the license

4. Try iris_sdk_utils

iris_sdk_utils guide

5. Learn docs and see examples

Docs