Odniesienie do platformy MLKitFaceDetection
FaceContour
class FaceContour : NSObject
Na zdjęciu wykryto kontur ludzkiej twarzy.
-
-
Tablica punktów 2D, które składają się na kontur twarzy.
Deklaracja
Swift
var points: [MLKVisionPoint] { get }
-
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-29 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-29 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."]]],[]]