Iris SDK  1.0
Iris Recognition Software Development Kit
Classes | Functions
builder.h File Reference
#include <iris_base/license.h>
#include <iris_base/export.h>
#include <memory>
Include dependency graph for builder.h:

Go to the source code of this file.

Classes

class  iris_sdk::builder
 The iris builder. More...
 

Functions

std::unique_ptr< builder > IRIS_SDK_EXPORT iris_sdk::make_builder (const std::shared_ptr< license > &license, uint32_t version)
 Makes iris builder with specified builder version. The license and data container will be loaded from known paths (see known_paths). More...
 

Function Documentation

◆ make_builder()

std::unique_ptr<builder> IRIS_SDK_EXPORT iris_sdk::make_builder ( const std::shared_ptr< license > &  license,
uint32_t  version 
)

Makes iris builder with specified builder version. The license and data container will be loaded from known paths (see known_paths).

Parameters
[in]licenseRequired iris_sdk license.
[in]versionBuilder version.
Exceptions
iris_sdk::exceptionSee Exceptions handling.
Returns
pointer to matcher