UNPKG

face-api.js

Version:

JavaScript API for face detection and face recognition in the browser with tensorflow.js

13 lines (12 loc) 405 B
import { FaceLandmarks } from './FaceLandmarks'; import { Point } from './Point'; export declare class FaceLandmarks68 extends FaceLandmarks { getJawOutline(): Point[]; getLeftEyeBrow(): Point[]; getRightEyeBrow(): Point[]; getNose(): Point[]; getLeftEye(): Point[]; getRightEye(): Point[]; getMouth(): Point[]; protected getRefPointsForAlignment(): Point[]; }