UNPKG

@vladmandic/face-api

Version:

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

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