4.2.2.9. FaceRect
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits from NSObject Declared in STFaceProDetectionResult.h
長方形の顔枠の領域。左上隅が原点 (0, 0) です。
property
property
property
property
顔枠の下端の座標
@property (nonatomic, assign) NSInteger bottom
顔枠の下端の座標
STFaceProDetectionResult.h
顔枠の左端の座標
@property (nonatomic, assign) NSInteger left
顔枠の左端の座標
STFaceProDetectionResult.h
顔枠の右端の座標
@property (nonatomic, assign) NSInteger right
顔枠の右端の座標
STFaceProDetectionResult.h
顔枠の上端の座標
@property (nonatomic, assign) NSInteger top
顔枠の上端の座標
STFaceProDetectionResult.h