4.2.2.15. LandMarks
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits from NSObject Declared in STFaceProLandMarks.h
顔検知結果 - 特徴点
property
property
property
特徴点オブジェクトの配列
@property (nonatomic, strong) NSArray<STFaceProPoint3D*> *pointArray
特徴点オブジェクトの配列
STFaceProLandMarks.h
@property (nonatomic, strong) NSArray<NSNumber> *pointAvailableArray
STFaceProLandMarks.h
特徴点の数
@property (nonatomic, assign) int pointCount
特徴点の数
STFaceProLandMarks.h
特徴点の有無を識別し、 に対応するpointCount要素を含みます。 値のデータ型はBOOLで、1は利用可能な特徴点を示し、0は遮られている特徴点を示します。
特徴点の有無を識別し、 に対応するpointCount要素を含みます。 値のデータ型はBOOLで、1は利用可能な特徴点を示し、0は遮られている特徴点を示します。