detectFaces

fun detectFaces(image: I, topK: Int = 5, iouThreshold: Float = 0.5f): List<<ERROR CLASS>>

Detects topK faces on the given image. If topK is negative all detected faces are returned.

Parameters

iouThreshold

threshold IoU value for the non-maximum suppression applied during postprocessing