2020-08-18 14:04:33 +02:00
|
|
|
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[];
|
|
|
|
}
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=FaceLandmarks68.d.ts.map
|