मेश की पहचान करने से जुड़े सिद्धांत
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
फ़ेस मेश की जानकारी के दो हिस्से होते हैं:
468 3D पॉइंट: हर पॉइंट का यूनीक आईडी 0 से 467 तक होता है.
यह पता लगाए गए चेहरे पर किसी तय जगह से जुड़ा होता है. हर पॉइंट के लिए:
- x और y, पहचाने गए चेहरे के पिक्सल निर्देशांक हैं.
- z में गहराई की जानकारी को इमेज के साइज़ के हिसाब से दिखाया जाता है. जैसे, जब चेहरा कैमरा के पास होता है, तो z की वैल्यू ज़्यादा नेगेटिव होती हैं. ऑरिजिन, सभी 468 पॉइंट
की औसत गहराई है.
त्रिकोण की जानकारी: इसका इस्तेमाल, पहचाने गए चेहरे में तार्किक त्रिभुज की सतह को दिखाने के लिए किया जाता है. हर ट्रायएंगल में तीन 3D पॉइंट होते हैं. उदाहरण के लिए, पॉइंट
#0, #37, और #164 की मदद से, नाक और होठों के बीच एक छोटा त्रिभुज का बॉक्स बनाया जाता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-09-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-09-04 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eFace mesh data provides 468 3D points, each with unique ID, pixel coordinates (x, y), and depth information (z).\u003c/p\u003e\n"],["\u003cp\u003eTriangles are formed using these 3D points to represent the face's surface, like a nose-lip triangle using points #0, #37, and #164.\u003c/p\u003e\n"],["\u003cp\u003eDepth information (z) is scaled relative to image size, with closer points having more negative z-values.\u003c/p\u003e\n"]]],["The face mesh data consists of 468 unique 3D points, each with x and y pixel coordinates on the detected face and a z-value representing depth relative to the average depth of all points. Each point has an ID from 0 to 467. Additionally, the data includes triangle information, where each triangle is defined by three of these 3D points. These triangles create a surface representing the detected face, with each having its own IDs, such as points #0, #37, and #164.\n"],null,["Face mesh info contains two parts:\n\n- **468 3D points:** Each point has a unique ID, ranging from 0 to 467,\n associated with a fixed position on the detected face. For each point:\n\n - x and y are pixel coordinates of the detected face.\n - z is the depth info scaled to image size, such that z-values are more negative when the face is closer to the camera. The origin is the average depth of all 468 points.\n- **Triangle info:** This is used to represent a logical triangle surface in the\n detected face. Each triangle contains three 3D points. For example, Points\n #0, #37, and #164 construct a small triangle area between the nose and\n lips.\n\n[](/static/ml-kit/vision/face-mesh-detection/images/uv_unwrap_full.png)"]]