2020-08-18 14:04:33 +02:00
|
|
|
import { IBoundingBox, IRect } from '../classes';
|
|
|
|
import { FaceDetection } from '../classes/FaceDetection';
|
|
|
|
import { WithFaceDetection } from '../factories/WithFaceDetection';
|
|
|
|
export declare type TDrawDetectionsInput = IRect | IBoundingBox | FaceDetection | WithFaceDetection<{}>;
|
|
|
|
export declare function drawDetections(canvasArg: string | HTMLCanvasElement, detections: TDrawDetectionsInput | Array<TDrawDetectionsInput>): void;
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=drawDetections.d.ts.map
|