api
/
org.jetbrains.kotlinx.dl.api.inference.facealignment
/
Landmark
Landmark
data class
Landmark
(xRate:
Float
, yRate:
Float
)
Content copied to clipboard
Face landmark located on (xRate/xMaxSize, yRate/yMaxSize) point.
Constructors
Properties
Constructors
Landmark
Link copied to clipboard
fun
Landmark
(xRate:
Float
, yRate:
Float
)
Content copied to clipboard
Properties
xRate
Link copied to clipboard
val
xRate
:
Float
Content copied to clipboard
yRate
Link copied to clipboard
val
yRate
:
Float
Content copied to clipboard