MLKitFaceDetection ফ্রেমওয়ার্ক রেফারেন্স
ফেসকনট্যুর
class FaceContour : NSObject
একটি ছবিতে একটি মানুষের মুখের একটি কনট্যুর সনাক্ত করা হয়েছে৷
2D পয়েন্টের একটি অ্যারে যা মুখের কনট্যুর তৈরি করে।
ঘোষণা
সুইফট
var points: [MLKVisionPoint] { get }
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`FaceContour` represents a detected contour on a human face within an image."],["It includes properties defining the contour's type (e.g., upper lip, lower lip) and an array of 2D points that form the contour's shape."],["Direct initialization of `FaceContour` is not allowed; it is typically obtained as part of face detection results."]]],[]]