2020-08-18 14:04:33 +02:00
|
|
|
import { TNetInput } from '../dom';
|
|
|
|
import { DetectAllFacesTask, DetectSingleFaceTask } from './DetectFacesTasks';
|
|
|
|
import { FaceDetectionOptions } from './types';
|
|
|
|
export declare function detectSingleFace(input: TNetInput, options?: FaceDetectionOptions): DetectSingleFaceTask;
|
|
|
|
export declare function detectAllFaces(input: TNetInput, options?: FaceDetectionOptions): DetectAllFacesTask;
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=detectFaces.d.ts.map
|