FaceDetector.Face.Pose(Euler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the face's pose.
[Android.Runtime.Register("pose", "(I)F", "GetPose_IHandler")]
public virtual float Pose (Android.Media.Euler euler);
[<Android.Runtime.Register("pose", "(I)F", "GetPose_IHandler")>]
abstract member Pose : Android.Media.Euler -> single
override this.Pose : Android.Media.Euler -> single
Parameters
- euler
- Euler
the Euler axis to retrieve an angle from (<var>EULER_X</var>, <var>EULER_Y</var> or <var>EULER_Z</var>)
Returns
the Euler angle of the of the face, for the given axis
- Attributes
Remarks
Returns the face's pose. That is, the rotations around either the X, Y or Z axis (the positions in 3-dimensional Euclidean space).
Java documentation for android.media.FaceDetector.Face.pose(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.