Interface TrackedShape

TrackedShape

interface TrackedShape {
    attributes?: AttributeVal[];
    frame: number;
    id?: null | number;
    occluded?: boolean;
    outside?: boolean;
    points?: number[];
    rotation?: number;
    type: ShapeType;
    z_order?: number;
}

Properties

attributes?: AttributeVal[]

TrackedShape

frame: number

TrackedShape

id?: null | number

TrackedShape

occluded?: boolean

TrackedShape

outside?: boolean

TrackedShape

points?: number[]

TrackedShape

rotation?: number

TrackedShape

type: ShapeType

TrackedShape

z_order?: number

TrackedShape