detectFaces
fun detectFaces(image: I, topK: Int = 5, iouThreshold: Float = 0.5f): List<<ERROR CLASS>>
Content copied to clipboard
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