5 lines
220 B
TypeScript
5 lines
220 B
TypeScript
import { Point } from 'tfjs-image-recognition-base';
|
|
import { FaceLandmarks } from './FaceLandmarks';
|
|
export declare class FaceLandmarks5 extends FaceLandmarks {
|
|
protected getRefPointsForAlignment(): Point[];
|
|
}
|