مرجع إطار عمل MLKitPoseDetectionCommon
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
MLKPoseLandmark
@interface MLKPoseLandmark : NSObject
مَعلم في نتيجة رصد الوضعية
-
نوع المَعلم (أي الموقع على النص)
-
موضع النقطة الثلاثية الأبعاد في مساحة إدخال الصورة
ليس للقيمة z أصل ثابت في مساحة الصورة. بدلاً من ذلك، يوجد أصل z على
مفصل الورك للشخص الذي تم اكتشافه. تشير قيمة z السالبة إلى أن المعلم يقع أمام
المصدر z، بين الشخص الذي تم رصده والكاميرا. بينما تشير قيمة z الموجبة إلى أن
فإن المعلم يقع خلف أصل z.
قيم Z ليس لها نطاق ثابت. ومع ذلك، بما أن نظام الإحداثيات z موجود في الإدخال
مساحة الصورة، يمكن استخدام قيم z لاستنتاج المسافة النسبية بين المعالم، وتُقاس
وحدات بكسل للصور.
ملاحظة: قيم ي أقل دقة من قيم س وص. بالإضافة إلى ذلك، يمكن استخدام قيم z لمعالم الوجه
لا يتم احتسابها، لذا يُرجى تجاهلها.
بيان الإفصاح
Objective-C
@property (nonatomic, readonly) MLKVision3DPoint *_Nonnull position;
-
الاحتمال، في النطاق [0، 1]، أن يكون المَعلم موجودًا فعلاً في إطار الصورة.
بيان الإفصاح
Objective-C
@property (nonatomic, readonly) float inFrameLikelihood;
-
بيان الإفصاح
Objective-C
- (nonnull instancetype)init;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`MLKPoseLandmark` represents a specific point on a detected body within an image."],["Each landmark includes its type (body location), 3D position in the image, and a likelihood of being within the frame."],["The 3D position's z-value indicates relative depth, with negative values closer to the camera and positive values further away, relative to the person's hip."],["While the z-values help understand relative depth, they are less accurate than the x and y coordinates and are not calculated for facial landmarks."]]],["MLKPoseLandmark represents a body landmark in pose detection. It provides the `type`, indicating the body location, and the `position`, a 3D point in image space with z-origin at the hip. The `inFrameLikelihood` property, ranging from 0 to 1, reflects the confidence of the landmark's presence in the image. Z-values indicate depth relative to the hip, with negative values in front and positive values behind. Facial landmarks do not have z-values. The init method is unavailable.\n"]]