dot-face-core
8.15.0
dot-face-core
/
com.innovatrics.dot.face.keypoints
/
FaceKeypoint
Face
Keypoint
data
class
FaceKeypoint
(
val
position
:
PointDouble
,
val
score
:
Double
?
)
Face keypoint.
Constructors
Properties
Constructors
Face
Keypoint
Link copied to clipboard
fun
FaceKeypoint
(
position
:
PointDouble
,
score
:
Double
?
)
Properties
position
Link copied to clipboard
val
position
:
PointDouble
Keypoint position.
score
Link copied to clipboard
val
score
:
Double
?
Optional keypoint detection score.