Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FacePositionInfo

The information of the detected human face.

Hierarchy

  • FacePositionInfo

Index

Properties

Properties

distance

distance: number

The distance (cm) between the human face and the screen.

height

height: number

The height (px) of the human face in the captured video.

width

width: number

The width (px) of the human face in the captured video.

x

x: number

The x coordinate (px) of the human face in the local video. Taking the top left corner of the captured video as the origin, the x coordinate represents the relative lateral displacement of the top left corner of the human face to the origin.

y

y: number

The y coordinate (px) of the human face in the local video. Taking the top left corner of the captured video as the origin, the y coordinate represents the relative longitudinal displacement of the top left corner of the human face to the origin.

Generated using TypeDoc