Landmarks
Facial landmark coordinates with temporal and stability information.
Used for face tracking and facial feature analysis.
Content copied to clipboard
presage.physiology.LandmarksTypes
Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , MetricsProto.LandmarksOrBuilder
Facial landmark coordinates with temporal and stability information.
Used for face tracking and facial feature analysis.
Content copied to clipboard
presage.physiology.LandmarksProperties
Functions
Link copied to clipboard
Link copied to clipboard
Absolute timestamp at which the landmarks were detected, in microseconds, since Linux epoch
Content copied to clipboard
int64 timestamp = 5;Link copied to clipboard
Array of 2D coordinate points representing facial landmarks
Content copied to clipboard
repeated .presage.physiology.Point2dFloat value = 2;Link copied to clipboard
Array of 2D coordinate points representing facial landmarks
Content copied to clipboard
repeated .presage.physiology.Point2dFloat value = 2;Link copied to clipboard
Array of 2D coordinate points representing facial landmarks
Content copied to clipboard
repeated .presage.physiology.Point2dFloat value = 2;Link copied to clipboard
Array of 2D coordinate points representing facial landmarks
Content copied to clipboard
repeated .presage.physiology.Point2dFloat value = 2;Link copied to clipboard
Array of 2D coordinate points representing facial landmarks
Content copied to clipboard
repeated .presage.physiology.Point2dFloat value = 2;Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Landmarks
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MetricsProto.Landmarks
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MetricsProto.Landmarks
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Landmarks
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Landmarks
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MetricsProto.Landmarks
Link copied to clipboard