4.2.2.20. TrackTarget
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits from NSObject Declared in STFaceProTrackTarget.h
顔トラッキングの検知結果
property
property
property
顔の検知結果
@property (nonatomic, strong) STFaceProDetectionResult *detectionResult
顔の検知結果
STFaceProTrackTarget.h
顔のID。顔トラッキングの実行中に、トラッキング対象の顔が変更された場合は "1" を追加します(変更が表示されるだけで、同じ人物かどうかは識別できません)。
@property (nonatomic, assign) int faceID
顔のID。顔トラッキングの実行中に、トラッキング対象の顔が変更された場合は "1" を追加します(変更が表示されるだけで、同じ人物かどうかは識別できません)。
STFaceProTrackTarget.h
顔の特徴点
@property (nonatomic, strong) STFaceProLandMarks *landMarks
顔の特徴点
STFaceProTrackTarget.h