Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectResult ¶
type FaceClient ¶
type PitchAngle ¶
type PitchAngle struct {
Value float64 `json:"value"`
}
type Pose ¶
type Pose struct { PitchAngle PitchAngle `json:"pitch_angle"` RollAngle RollAngle `json:"roll_angle"` YawAngle YawAngle `json:"yaw_angle"` }
type Positions ¶
type Positions struct { Center Point `json:"center"` EyeLeft Point `json:"eye_left"` EyeRight Point `json:"eye_right"` Height float64 `json:"height"` //0~100之间的实数,表示检出的脸的高度在图片中百分比 Width float64 `json:"width"` //0~100之间的实数,表示检出的脸的宽度在图片中百分比 MouseLeft Point `json:"mouse_left"` MouseRight Point `json:"mouse_right"` Nose Point `json:"nose"` }
Click to show internal directories.
Click to hide internal directories.