applied(to:eventHandler:)
Extracts human body poses from a pixel buffer.
Declaration
func applied(to image: CIImage, eventHandler: EventHandler? = nil) async throws -> [Pose]Parameters
- image:
An image.
- eventHandler:
An event handler.
Return Value
A array of poses from all detected persons.