UNPKG

nodoface

Version:

C++ Addon for fast and efficient face analytics

13 lines (8 loc) 234 B
export class FaceModelParameters { constructor(arguments: string[]); getModelLocation(): string; getMtcnnLocation(): string; getHaarLocation(): string; getCurrentFdId(): number; getCurrentLdId(): number; }