com.google.mlkit.vision.facemeshStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Annotations likeFaceMesh.ContourTypeandFaceMeshDetectorOptions.UseCasedefine face contours and detector options.
TheFaceMeshDetectorinterface is used for finding face meshes in images and works best for selfie use cases.
Classes such asFaceMesh,FaceMeshDetection, andFaceMeshDetectorOptionsrepresent the detected face mesh, provide the entry point for the detector, and define its options respectively.
FaceMeshPointrepresents a 3D point within a face mesh using an index and aPointF3D.
AFaceMeshDetectionclient for findingFaceMeshs
in a supplied image, which works best in selfie use case where face is within ~2
meters, or ~6.5 feet from the camera.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The content details the functionality of FaceMesh detection within an Android context. Key components include: defining face contour types and main use case options. The FaceMeshDetector interface is used to identify FaceMesh objects in images, working optimally when the face is within ~2 meters of the camera. FaceMesh, FaceMeshDetection, and FaceMeshDetectorOptions are core classes, where FaceMesh represents the detected mesh, FaceMeshDetection retrieves the detector, and FaceMeshDetectorOptions are for detector customization. A FaceMeshPoint represents a 3D point on the mesh.\n"]]