All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.net.iriscan.sdk.iris.IrisOperations.kt Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package net.iriscan.sdk.iris

/**
 * @author Slava Gornostal
 *
 * Iris SDK operations
 *
 * @see IrisExtractor
 * @see IrisEncoder
 * @see IrisMatcher
 */
interface IrisOperations {
    fun extractor(): IrisExtractor
    fun encoder(): IrisEncoder
    fun matcher(): IrisMatcher
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy