UNPKG

face-api.js

Version:

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

6 lines (5 loc) 200 B
import { FaceLandmarks } from './FaceLandmarks'; import { Point } from './Point'; export declare class FaceLandmarks5 extends FaceLandmarks { protected getRefPointsForAlignment(): Point[]; }