landmarks property

List<Point> landmarks

Main coordinates of the detected face (eyes, nose, lips, ears and etc.).

Implementation

List<Point> get landmarks => _landmarks;