Type Alias NormalizedKeypoint

NormalizedKeypoint: {
    label?: string;
    score?: number;
    x: number;
    y: number;
}

Type declaration

  • Optionallabel?: string

    Optional label of the keypoint.

  • Optionalscore?: number

    Optional score of the keypoint.

  • x: number

    X in normalized image coordinates.

  • y: number

    Y in normalized image coordinates.