MPPHandLandmarker
@interface MPPHandLandmarker : 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
Objective-C
@property (class, nonatomic, readonly) NSArray<MPPConnection *> *_Nonnull handPalmConnections;
-
The array of connections between the landmarks in the thumb.
Declaration
Objective-C
@property (class, nonatomic, readonly) NSArray<MPPConnection *> *_Nonnull handThumbConnections;
-
The array of connections between the landmarks in the index finger.
Declaration
Objective-C
@property (class, nonatomic, readonly) NSArray<MPPConnection *> *_Nonnull handIndexFingerConnections;
-
The array of connections between the landmarks in the middle finger.
Declaration
Objective-C
@property (class, nonatomic, readonly) NSArray<MPPConnection *> *_Nonnull handMiddleFingerConnections;
-
The array of connections between the landmarks in the ring finger.
Declaration
Objective-C
@property (class, nonatomic, readonly) NSArray<MPPConnection *> *_Nonnull handRingFingerConnections;
-