ফেস মেশ সনাক্তকরণ ধারণা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ফেস মেশ তথ্যে দুটি অংশ রয়েছে:
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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
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)"]]