|
Enrollment 28.2.0
|
It holds all attributes related to a facial key point. More...
#include <Face.h>
Public Member Functions | |
| Point | GetPosition () const |
| Retrieve position coordinates of the key point in the image. | |
| float | GetScore () const |
| Retrieve reliability score of the key point. | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
It holds all attributes related to a facial key point.
|
inlinenodiscard |
Retrieve position coordinates of the key point in the image.
Referenced by WriteTo().
|
inlinenodiscard |
Retrieve reliability score of the key point.
Referenced by WriteTo().
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.
References GetPosition(), and GetScore().