HandLandmarker
class HandLandmarker : NSObject
@brief Performs hand landmarks detection on images.
This API expects a pre-trained hand landmarks model asset bundle.
-
The array of connections between the landmarks in the palm.
Declaration
Swift
class var handPalmConnections: [Connection] { get }
-
The array of connections between the landmarks in the thumb.
Declaration
Swift
class var handThumbConnections: [Connection] { get }
-
The array of connections between the landmarks in the index finger.
Declaration
Swift
class var handIndexFingerConnections: [Connection] { get }
-
The array of connections between the landmarks in the middle finger.
Declaration
Swift
class var handMiddleFingerConnections: [Connection] { get }
-
The array of connections between the landmarks in the ring finger.
Declaration
Swift
class var handRingFingerConnections: [Connection] { get }
-
The array of connections between the landmarks in the pinky.
Declaration
Swift
class var handPinkyConnections: [Connection] {