iOS/CIFeature
CIFeatureFace †
変数
bounds | CGRect | get | 顔の矩形領域 | hasFaceAngle | Bool | get | face rotationが利用可能か | faceAngle | Float | get | 反時計回りのface rotation値 (0.0なら目が水平) | hasLeftEyePosition | Bool | get | 左目の位置が利用可能か | hasRightEyePosition | Bool | get | 右目の位置が利用可能か | hasMouthPosition | Bool | get | 口の位置が利用可能か | left&EyePosition | CGPosition | get | 左目の位置 | rightEyePosition | CGPosition | get | 右目の位置 | mouthPosition | CGPosition | get | 口の位置 | hasSmile | Bool | get | 笑顔か | leftEyeClosed | Bool | get | 左目が閉じているか | rightEyeClosed | Bool | get | 右目が閉じているか | hasTrackingID | Bool | get | tracking IDを持っているか | trackingID | Int32 | get | tracking ID | hasTrackingFrameCount | Bool | get | tracking frame countを持っているか | trackingFaceCount | Int32 | get | tracking face count |
|