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