Pose
public struct Pose
Describes the pose of a person identified in an image from identify() API
-
Declaration
Swift
public let pitch: Double
-
Declaration
Swift
public let roll: Double
-
Declaration
Swift
public let yaw: Double
-
Declaration
Swift
public init( pitch: Double, roll: Double, yaw: Double )