detectObjects

fun detectObjects(image: I, topK: Int = 5): List<<ERROR CLASS>>

Returns the detected object for the given image sorted by the score.

Return

List of DetectedObject sorted by score.

Parameters

image

Input image.

topK

The number of the detected objects with the highest score to be returned.