Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 1652718

Browse files
Merge pull request justadudewhohacks#534 from piercus/multi-tracker-doc
multiTracker.update outputs an array of Rect
2 parents c00a7c7 + 2bff536 commit 1652718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typings/MultiTracker.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export class MultiTracker {
88
addMEDIANFLOW(frame: Mat, boundingBox: Rect): boolean;
99
addMil(frame: Mat, boundingBox: Rect): boolean;
1010
addTLD(frame: Mat, boundingBox: Rect): boolean;
11-
update(frame: Mat): Rect;
11+
update(frame: Mat): Rect[];
1212
}

0 commit comments

Comments
 (0)