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

commonMain.net.iriscan.sdk.face.FaceExtractor.kt Maven / Gradle / Ivy

The newest version!
package net.iriscan.sdk.face

import net.iriscan.sdk.core.image.NativeImage

/**
 * @author Slava Gornostal
 *
 * Interface for extracting face from image or record
 */
interface FaceExtractor {
    /**
     * Detects and extracts face from raw image
     * */
    fun extract(nativeImage: NativeImage): NativeImage?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy