Type Alias Detection

Detection: {
    boundingBox?: BoundingBox;
    categories: Category[];
    keypoints: NormalizedKeypoint[];
}

Type declaration

  • OptionalboundingBox?: BoundingBox

    The bounding box of the detected objects.

  • categories: Category[]

    A list of Category objects.

  • keypoints: NormalizedKeypoint[]

    List of keypoints associated with the detection. Keypoints represent interesting points related to the detection. For example, the keypoints represent the eye, ear and mouth from face detection model. Or in the template matching detection, e.g. KNIFT, they can represent the feature points for template matching. Contains an empty list if no keypoints are detected.