A FaceMeshDetection
client for finding FaceMeshs
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"]]