Interface IFaceLandmarks

interface IFaceLandmarks {
    positions: Point[];
    shift: Point;
}

Implemented by

Properties

Properties

positions: Point[]
shift: Point