MLKFaceContour
@interface MLKFaceContour : NSObject
在图片中检测到的人脸轮廓。
-
面部轮廓类型。
声明
Objective-C
@property (nonatomic, readonly) MLKFaceContourType _Nonnull type;
-
构成面部轮廓的一系列 2D 点。
声明
Objective-C
@property (nonatomic, readonly) NSArray<MLKVisionPoint *> *_Nonnull points;
-
不可用。
声明
Objective-C
- (nonnull instancetype)init;