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

commonMain.net.iriscan.sdk.face.impl.FaceExtractorImpl.kt Maven / Gradle / Ivy

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

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

/**
 * @author Slava Gornostal
 */
internal expect class FaceExtractorInternal() {
    fun extract(image: Image): Image?
    fun extract(image: NativeImage): NativeImage?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy