4.2.2.14. HeadPoseDetector
Inherits from NSObject Declared in STFaceProHeadPoseDetector.h
Overview
頭部姿勢の検知関数
Tasks
delegate property
Properties
delegate
プロトコルプロキシオブジェクト
@property (nonatomic, weak) id<STFaceProHeadPoseDetectorDelegate> delegate
Discussion
プロトコルプロキシオブジェクト
Declared In
STFaceProHeadPoseDetector.h
Instance Methods
createWithModelPath:
モデルファイルをロードして、頭部姿勢検知ツールを作成します。
- (STFaceProApiResult)createWithModelPath:(NSString *)*modelPath*
Parameters
modelPath モデルファイルのパス
Discussion
モデルファイルをロードして、頭部姿勢検知ツールを作成します。
Declared In
STFaceProHeadPoseDetector.h
detectWithLandmarks:count:
頭部姿勢の検知。プロトコルエージェントを通して、頭部姿勢の検知結果を返します。
- (STFaceProApiResult)detectWithLandmarks:(void *)*landmarks* count:(int)*count*
Parameters
landmarks 顔の特徴点
count 顔の数
Discussion
頭部姿勢の検知。プロトコルエージェントを通して、頭部姿勢の検知結果を返します。
Declared In
STFaceProHeadPoseDetector.h
Last updated