Type Alias NormalizedLandmark

NormalizedLandmark: {
    visibility: number;
    x: number;
    y: number;
    z: number;
}

Type declaration

  • visibility: number

    The likelihood of the landmark being visible within the image.

  • x: number

    The x coordinates of the normalized landmark.

  • y: number

    The y coordinates of the normalized landmark.

  • z: number

    The z coordinates of the normalized landmark.