mirror of https://github.com/vladmandic/human
3 lines
194 B
TypeScript
3 lines
194 B
TypeScript
![]() |
import { Face, Body, Hand, Gesture, Person } from './result';
|
||
|
export declare function join(faces: Array<Face>, bodies: Array<Body>, hands: Array<Hand>, gestures: Array<Gesture>): Array<Person>;
|