Package org.jetbrains.kotlinx.dl.api.inference.facealignment

Types

Landmark
Link copied to clipboard
data class Landmark(x: Float, y: Float) : FlatShape<Landmark>

Represents a face landmark as a point on the image with two coordinates relative to the top-left corner. Both coordinates have values between 0 and 1.